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.

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

Image

"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