Thumbnailing

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
nonaguy

Thumbnailing

Post by nonaguy »

Hello, I am trying to automatically thumbnail 2700+ images to a size of 200 x whatever the aspect ratio is. The problem is while most of the images are universal like a portrait printout, there are a few which are wider then they are tall, i.e. a landscape printout. Is it possible to do one script to universally convert them all to thumbnails while keeping each images aspect ratio? Thank you.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Thumbnailing

Post by Bonzo »

You can use the same options on -thumbnail as -resize: http://www.imagemagick.org/script/comma ... hp?#resize
Post Reply