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.
changing quality setting to 87 and back to Lossless
expected behavior
Best regards
McBluna
Re: Batch convert 'Export for NConvert' error in exported code
Posted: Sun Jul 06, 2025 2:16 pm
by xnview

Thanks to your detailed description I can reproduce
the problem.
Re: Batch convert 'Export for NConvert' error in exported code
Posted: Mon Aug 11, 2025 6:07 am
by xnview
This problem is supposed to be fixed in
XnView MP 1.9.3. Please check and confirm the bug fix here.
Re: Batch convert 'Export for NConvert' error in exported code
Posted: Tue Aug 12, 2025 8:40 am
by McBluna
Sadly, I cannot confirm it's fixed.
Version used: XnView MP 1.9.3 64-Bit
"Export for NConvert" with filename
Code: Select all
nconvert -out webp -q 100"C:/Users/McBlu/OneDrive/Bilder/dissolution.png"
- Quality is set to 100 instead -1 for Lossless
- blank is missing between value and filename
- extra blank at the end of filename
Re: Batch convert 'Export for NConvert' error in exported code
Posted: Thu Aug 14, 2025 6:22 am
by xnview
reopened
Re: Batch convert 'Export for NConvert' error in exported code
Posted: Mon Sep 29, 2025 7:57 am
by xnview
This problem is supposed to be fixed in
XnView MP 1.9.4. Please check and confirm the bug fix here.
Re: Batch convert 'Export for NConvert' error in exported code
Posted: Mon Sep 29, 2025 8:55 am
by McBluna
Hey Pierre,
Thank you. I can confirm that the quality settings from the WebP configuration are being correctly applied to the generated NConvert script.
Code: Select all
nconvert -out webp -q -1 "C:/Users/McBlu/OneDrive/Bilder/dissolution.png"
nconvert -out webp -q 100 "C:/Users/McBlu/OneDrive/Bilder/dissolution.png"
nconvert -out webp -q 90 "C:/Users/McBlu/OneDrive/Bilder/dissolution.png"
nconvert -out webp -q 0 "C:/Users/McBlu/OneDrive/Bilder/dissolution.png"
Best regards
McBluna