Convert and Resize Images with ImageMagick

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