Page 1 of 1

JPEGTRANS plus RESIZE plus IPTC

Posted: Mon Jul 19, 2021 5:04 pm
by Peter2
I stumbled into my semi-finished project from this spring where I posted already some questions

I want to
- always convert (mostly) JPG to JPG (basically solved)
- always keep the quality (unsolved because of bug in software)
- always rotate to exif-orientation (semi-unsolved due to unclear behaviour of jpegtrans which can only be used as single parameter)
- always write IPTC-data to JPG (depending from jpegtrans)
- optionally "resize" to 2000px
- optionally add text to the image

So I want to ask for the best usage and order of the parameters:
- jpegtrans always alone and as first command?
- then IPTC and resize as second, independent call of Nconvert?
- then optional text?
- what to do with quality?
- ....

Thanks for advice!

Peter

Re: JPEGTRANS plus RESIZE plus IPTC

Posted: Fri Jul 23, 2021 1:14 pm
by Peter2
Nobody knows?

Have a fine weekend!

Re: JPEGTRANS plus RESIZE plus IPTC

Posted: Tue Aug 03, 2021 2:34 pm
by xnview
Peter2 wrote: Mon Jul 19, 2021 5:04 pm - jpegtrans always alone and as first command?
- then IPTC and resize as second, independent call of Nconvert?
- then optional text?
- what to do with quality?
First lossless command:
- jpegtrans
- IPTC
And:
- resize, text

Re: JPEGTRANS plus RESIZE plus IPTC

Posted: Wed Aug 04, 2021 10:16 am
by Peter2
To sum up - I need three independent, following calls of nconvert.exe?

Re: JPEGTRANS plus RESIZE plus IPTC

Posted: Thu Aug 05, 2021 7:07 am
by xnview
Peter2 wrote: Wed Aug 04, 2021 10:16 am To sum up - I need three independent, following calls of nconvert.exe?
yes