tags:

views:

645

answers:

1

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
+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.
That's kind of nifty.
Snarfblam