>>>>> "Ramon" == Ramon Chavez <[EMAIL PROTECTED]> writes:

Ramon> I have found useful for making thumbnails of the same size,
Ramon> regardless of the original size, the program "Express Thumbnail
Ramon> Creator", from Express Soft (theres is a full working demo
Ramon> version). It doesn't matter the dimensions of your images, it
Ramon> can crop all the thumbnails to the same size, without
Ramon> deformation.

If they're all "the same size", you either have to deform, leave out
info, or have some blank area.  You can't skip all three.  Which of the
other two does it do then?

ImageMagick's

        mogrify -geometry 100x100 *.jpg

does a fair job of making a bunch of images that have 100 as their maximum
dimension, scaling equally in both dimensions.

You can do the same thing with PerlMagick *if* you can get PerlMagick
to run.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to