Thumbnails with ImageMagick

Posted on 2007-09-22

My command for making thumbnails with ImageMagick (should be a single line):

convert original.png -thumbnail '160x160>' thumbnail.png
Just so I don't have to wade through the ImageMagick tutorial every time I need to do it.

Tags: ImageMagick thumbnail photos images resize