Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
convert_and_resize_images_with_imagemagick [2009/01/17 04:29]
Joel Dare
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