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
comments powered by Disqus
convert_and_resize_images_with_imagemagick.txt · Last modified: 2020/06/01 22:53 (external edit)