Archive

Posts Tagged ‘imagemagick’

Batch image resize

February 19, 2010 2 comments

To mass resize image files, you need ImageMagick

yum install ImageMagick

To resize:

cd image-folder/
mogrify -resize 800px *.jpg

Note: 800px is the width, it’ll keep the aspect ratio of the image

Imagic

Categories: Notes Tags: ,
Follow

Get every new post delivered to your Inbox.