How to convert a jpeg image into svg format using imagemagick? Thank you!
+7
A:
You'll actually need some software or code to vectorize your image in between, as jpg is a raster format, while SVG is a vector format. I don't think imagemagick alone can do that for you.
Here is an online application built on top of Autotrace, ImageMagick and other components that does what you want.
schnaader
2009-07-15 16:57:52
+1: Turning a bunch of lines into a large matrix of pixels can be done fairly dumbly. Doing the reverse requires some fairly serious smarts.
T.E.D.
2009-07-15 17:32:04
That's kind of nifty.
Snarfblam
2009-07-15 18:01:48