Search found 3 matches

by biomechanic
Wed Jun 16, 2010 11:55 am
Forum: Classic - General Support
Topic: Batch resizing depending on image W/H ratio
Replies: 4
Views: 525

Re: Batch resizing depending on image W/H ratio

Yes, I tried that, but it doesn't do what I need, which is:
1) find out which dimension is shortest (width/height),
2) resize the image so that this dimension is either 128px (width) or 96px (height).

To get the final result (128x96px thumbnail):
3) canvas resize the longer dimension to 128px ...
by biomechanic
Wed Jun 16, 2010 8:43 am
Forum: Classic - General Support
Topic: Batch resizing depending on image W/H ratio
Replies: 4
Views: 525

Batch resizing depending on image W/H ratio

I've got a bunch of random sized pictures that need to be made into 128x96 thumbnails by first resizing the shorter dimension to 128px if it is width, or 96px if height, and then canvas resising the other one to 96(h) or 128(w).

Are there setting in the batch processing that would do that?

(I've ...