Click here to Skip to main content
15,887,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. In one of my program I need to do image conversion between some formats. I mainly need to do SVG -> JPG and JPG -> SVG conversion. For converting to SVG I found a wonderful command line tool called 'potrace'. However, I cannot find a small tool for converting SVG to other formats. Most suggest ImageMagic but it's a 15 MB setup file. It's just too bit for the one single small task I want to perform. Is there a small (preferably <1 MB if possible) command line based image converter?

P.S.; I need to use it only on Windows.
Posted
Comments
Mehdi Gholam 18-Jul-14 1:34am    
If it works then use it.
Harshil Sharma 18-Jul-14 7:01am    
What do you mean? Should I just use ANYTHING that gets the work done?

1 solution

I recommend open-source multiplatform FFMpeg:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^].

It's hard to find anything more universal than that, covering more media formats and codecs, all inclusive.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900