Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
convert_and_resize_images_with_imagemagick [2008/09/10 13:09]
Joel Dare created
convert_and_resize_images_with_imagemagick [2020/06/01 22:53] (current)
Line 1: Line 1:
 +====== 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