transform & resize

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
hjklzxcva
Posts: 2
Joined: Fri May 15, 2009 1:26 pm

transform & resize

Post by hjklzxcva »

hi all

I like NConvert, it's a very useful image tool.

Today, I download the latest version (5.31) and type:
nconvert -jpegtrans exif -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg

My photo will be transform by exif, but do not resize.

So... have a idea?

Maybe I have to type:
nconvert -jpegtrans exif -out jpeg *.jpg
and
nconvert -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: transform & resize

Post by xnview »

hjklzxcva wrote: Maybe I have to type:
nconvert -jpegtrans exif -out jpeg *.jpg
and
nconvert -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg
Yes, currently an issue because jpegtrans wroks on file
Pierre.
Post Reply