Page 1 of 1

Batch-JPEGTRANS - strange bat-output

Posted: Wed Apr 21, 2021 8:10 pm
by Peter2
In XnView 2.49.5 I started the Batch-dialogue, added one file, added only "JPEGtrans on exif" and created the bat-output for nconvert. This is the result:

Code: Select all

nconvert -npcd 2 -size 256x256+0 -ctype rgb -corder inter -out jpeg "K:\TMP\mittel_20210305_001.jpg" 
Where is the JPEGTRANS included?

Re: Batch-JPEGTRANS - strange bat-output

Posted: Sun Apr 25, 2021 8:42 am
by xnview
will be fixed

Re: Batch-JPEGTRANS - strange bat-output

Posted: Mon May 03, 2021 7:21 am
by Peter2
Version 2.50,semi-fixed with error. There is a missing blank behind "Exif" which causes the command to fail:

Code: Select all

C:\Program Files (x86)\XnView>nconvert -npcd 2 -size 256x256+0 -ctype rgb -corder inter -out jpeg -jpegtrans exif"D:\Screenshots\7z_Inhalt.png"
Bad channel order 'exifD:\Screenshots\7z_Inhalt.png'

Re: Batch-JPEGTRANS - strange bat-output

Posted: Tue May 04, 2021 12:25 pm
by xnview
right