Batch convert 'Export for NConvert' error in exported code

Bugs which are supposed to be fixed in the next test version (not available yet)

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
User avatar
McBluna
Posts: 11
Joined: Fri Feb 26, 2010 9:38 pm
Location: Germany
Contact:

Batch convert 'Export for NConvert' error in exported code

Post by McBluna »

Hello,

Version used: XnView MP 1.9.2 64-Bit

actual behavior
In case, I choose Lossless for WEBP, the Export for NConvert function export the WEBP quality setting to the batch file.

Image

Code: Select all

nconvert -out webp -q 75
changing quality setting to 87 and back to Lossless
Image

Code: Select all

nconvert -out webp -q 87 
expected behavior

Code: Select all

nconvert -out webp -q -1 
Best regards
McBluna
Image
User avatar
xnview
Author of XnView
Posts: 46362
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Batch convert 'Export for NConvert' error in exported code

Post by xnview »

:bugconfirmed: Thanks to your detailed description I can reproduce the problem.
Pierre.
Post Reply