

To convert your SVG to a very high quality PNG use ImageMagick's convert utility: convert -background none -depth 1 -units PixelsPerInch -density 1200 source.svg dest.Convert your PNM to an SVG file: potrace source.png dest.svg.Convert your PNG to a PNM file: convert source.png dest.pnm.To convert your PNG to an SVG file requires two steps.I set the compression level to 0 for the highest quality.Change the extension to png and GIMP will know what to do. Export the image as a PNG: File > Export As.Save the image as something like "Community Chest.Paint the entire image with the black paintbrush.Set the forground color to black, select the paintbrush, and change the brush size to about 180.Color the white edges around your graphic with black.Crop unused space around the graphic: Image > Autocrop Image.


