Page 1 of 1

SVGCode - Web app that converts raster images to SVG

Posted: Tue Nov 23, 2021 3:36 am
by Andrew Lee
Just found this webapp that converts raster images (JPEG, PNG etc.) to SVG:

https://svgco.de

It is based on the command-line Potrace utility.

I threw some icons in my own projects and was surprised at how well it works!

For me, I think it will come in handy in certain coding projects to convert old raster icons/glyphs to SVG.

Re: SVGCode - Web app that converts raster images to SVG

Posted: Sun Nov 28, 2021 10:18 pm
by webfork
Wow yea works great ... I had to tweak the settings a bit, but definitely works. I can use this to help cleanup overcompressed images, too-small images, or push files back into a vector format that should never have been exported.

Image

Thanks.