Image resize with script
Posted: Fri Sep 07, 2007 5:12 pm
Hey,
maybe it is an old question, and maybe discussed a lot of times.
But... could somebody please tell me, how to do it, i'm lost, i can't figure out...
Here's what i want to do:
resize many pictures by criteria.
here is a pseudocode
how can i do that with Xnview, or nconvert????
maybe it is an old question, and maybe discussed a lot of times.
But... could somebody please tell me, how to do it, i'm lost, i can't figure out...
Here's what i want to do:
resize many pictures by criteria.
here is a pseudocode
Code: Select all
if aspect ratio >1,5 than
use width and resize 800x600
else
if aspect ratio <= 1,5 than
use hight and resize 800x600
endif
endif