Bulk Image Resize?

Harvey

Registered
Hey guys,

I want a way to resize a bunch of images in a directory all at once.

I know that ImageMagik http://www.imagemagick.org/ can do this wonderfully, BUT, I can't get it to compile on 10.3.

Does anyone know of another way to bulk resize images? I need to be able to say like, all images in this dir, make them 50% width and height. Or, change them to be 640x480.

Any help appreciated!
 
One major flaw. the thumbs can only be created to be perfectly square... It distorts my images!

And, it crashed 1 out of 3 times! Heh. I know, it's free :-) But I want my Imagemagik :-(
 
Lucky, I found out that the server I upload my pics to has imagemagik loaded on it. So I hefted them up there in their giant size... and then did imagemagik to hack them down to size.

mogrify -size 640x480 *.JPG

Done.

I -need- to get that compiled on my iBook!
 
hey - at least the previous version of image indexer makes the sizes you want, choose both width and height. so any size you want. 10x120, 50x50, 50x500, 20x 2000 .. if hte newer, versiontracker version does not do that any more, i have older version - send me a message in AIM (or send me your email in a PM) and i'll send the prog to you.
 
Back
Top