batch change eps to jpg
Posted: 2015-02-09T11:33:11-07:00
I am using imagemagick with Windows 7. I just unzipped the download and put all the ImageMagick files in a folder. I have a folder with about 20 *.eps files. I would like to change all the eps files to jpg format. I have tried every syntax in all the examples but I can't get it to work. Does anybody know the correct syntax. I think I need to specify the path, etc., but the -path switch does not seem to work.
For example, assuming the ImageMagick files are in: c:\data\IM\
and the .eps files are in folder: c:\data\test\
from the windows dos command line, c:\data\IM\mogrify -format jpg c:\data\test\*.eps
For example, assuming the ImageMagick files are in: c:\data\IM\
and the .eps files are in folder: c:\data\test\
from the windows dos command line, c:\data\IM\mogrify -format jpg c:\data\test\*.eps