Page 1 of 1

Batch convert 'Export for NConvert' error in exported code

Posted: Wed Jul 02, 2025 4:54 pm
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

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

Posted: Sun Jul 06, 2025 2:16 pm
by xnview
:bugconfirmed: Thanks to your detailed description I can reproduce the problem.