This simple command will use ImageMagick's mogrify command to convert a batch of images from one format to another. The -geometry option also resizes them during the conversion.
mogrify -geometry 1024x768 -format jpg *.eps
convert_and_resize_images_with_imagemagick.txt · Last modified: 2009/11/10 12:29 by Joel Dare