Search found 11 matches

by McBluna
Wed Jul 02, 2025 8:27 pm
Forum: New
Topic: Error with PDF conversion
Replies: 1
Views: 93

Re: Error with PDF conversion

I've downgraded Ghostscript to version 9.56.1 and the behavior is different.
The white area is gone but also the top and right border.
PLAY Update Overview - 20250702222331.png
PLAY Update Overview - 20250702222331.png (269.54 KiB) Viewed 90 times
PLAY Update Overview - 20250702222331.pdf
(65.25 KiB) Downloaded 252 times
by McBluna
Wed Jul 02, 2025 7:59 pm
Forum: New
Topic: Error with PDF conversion
Replies: 1
Views: 93

Error with PDF conversion

Hello,

Environment:
Microsoft Windows Version 24H2 (Build 26120.4520)
XnView MP 1.9.2 64-Bit
Nconvert 7.221 64-Bit
Ghostscript 10.05.1 for Windows (64 bit)


I'm working on Excel VBA and PDF export. After the export, I'm using the python based tool https://github.com/abarker/pdfCropMargins to ...
by McBluna
Wed Jul 02, 2025 6:43 pm
Forum: Fixed in next version
Topic: Batch convert 'Export for NConvert' error in exported code
Replies: 1
Views: 141

Batch convert 'Export for NConvert' error in exported code

Hello,

Version used: XnView MP 1.9.2 64-Bit, Nconvert 7.221 64-Bit

actual behavior
Created resize action to resize 50% width
https://www.mcbluna.net/xnview/Screenshot%202025-07-02%20203244.webp
Image size 3840x2160 should be 1920x1080 after resize.

nconvert.exe" -ratio -rtype lanczos -resize ...
by McBluna
Wed Jul 02, 2025 4:54 pm
Forum: Fixed in next version
Topic: Batch convert 'Export for NConvert' error in exported code
Replies: 1
Views: 130

Batch convert 'Export for NConvert' error in exported code

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.

https://www.mcbluna.net/xnview/Screenshot%202025-07-02%20182431.webp
nconvert -out webp -q 75

changing ...
by McBluna
Sat Jul 22, 2023 6:23 am
Forum: Archive
Topic: XnView MP 1.5.2
Replies: 3
Views: 10367

Re: XnView MP 1.5.2

Thank you Pierre for all your hard work 😊
by McBluna
Mon Jul 10, 2023 6:28 pm
Forum: Archive
Topic: XnView MP 1.5.0
Replies: 7
Views: 14236

Re: XnView MP 1.5.0

the sha256 checksums have not been updated

b6270287b1ee6c088a95c2b1a2efa3e51fa314ee4a6e31a8ab791c2a15ff484e *XnViewMP-linux-x64.deb
dcc5650ed74ccb3f0556c4e78c92e8a3b27353fb259d5a49d23426b03b4034ed *XnViewMP-win-x64.exe
ed5cc276057f979a5ad1f9641841c6af3b3d7299dc61d650549286dc6f14a90e *XnViewMP ...
by McBluna
Sat Mar 18, 2023 6:46 am
Forum: NConvert
Topic: Problem with Korean filenames
Replies: 10
Views: 7319

Re: Problem with Korean filenames

Hey Pierre,
first, I've to thank you very much for all your effort. :D
I can confirm, the bug has been fixed.
by McBluna
Mon Mar 13, 2023 7:38 am
Forum: NConvert
Topic: Problem with Korean filenames
Replies: 10
Views: 7319

Re: Problem with Korean filenames

I had the same problem as yuanyues with languages like arabic, chinese and so on. With the Unicode version it works for all languages (en de jp ko ru fr ar zh_cn zh_tw es it pt tr pl id th vi). Thank you very much 👍

But the Unicode version introduced a bug. I've compared it with version 7.136 from ...
by McBluna
Mon Jul 26, 2021 12:27 pm
Forum: Retest
Topic: Batch convert 'Export for NConvert' error in exported code
Replies: 2
Views: 2674

Batch convert 'Export for NConvert' error in exported code

Hello Pierre,

I'm using XnView MP Windows
Version 0.98.4 64bits (May 28 2021)

In "Batch convert" I've setup 5 actions (Automatic crop, Crop, Canvas resize, Add mask and Resize) and PNG as output format. The with "Export for NConvert..." created batch file contains -o instead of -out for the ...
by McBluna
Mon Jul 26, 2021 12:01 pm
Forum: Closed/Resolved
Topic: Batch convert 'Export for NConvert' error in exported code [Solved]
Replies: 3
Views: 2886

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

I'm very sorry. I've missed to confirm.

It's working now as expected:

Code: Select all

nconvert -wmopacity 20 -wmflag bottom-left -wmfile "C:\Users\McBlu\OneDrive\Bilder\Super\Super-M_80x80.png" -o png -clevel 9 
by McBluna
Mon Apr 19, 2021 6:24 am
Forum: Closed/Resolved
Topic: Batch convert 'Export for NConvert' error in exported code [Solved]
Replies: 3
Views: 2886

Batch convert 'Export for NConvert' error in exported code [Solved]

Hello,
I've setup a watermark action and used Export for NConvert . In the created batch there is a space missing between -wmflag and -wmfile.

https://www.mcbluna.net/wp/wp-content/uploads/temp/Screenshot_20210419-082002.webp


nconvert -wmopacity 20 -wmflag bottom-left-wmfile "C:\Users\McBlu ...