How to convert a JPEG image into SVG format using ImageMagick?

前端 未结 3 1217
南旧
南旧 2021-01-30 10:52

How to convert a JPEG image into SVG format using ImageMagick?

3条回答
  •  渐次进展
    2021-01-30 11:32

    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.

提交回复
热议问题