Image resize with script

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
histery
Posts: 4
Joined: Fri Sep 07, 2007 4:42 pm

Image resize with script

Post by histery »

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

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
how can i do that with Xnview, or nconvert????
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Image resize with script

Post by xnview »

histery wrote: resize many pictures by criteria.
Sorry but currently it's not possible
Pierre.
Post Reply