XnConvert 1.99

Moderators: XnTriq, helmut, xnview

User avatar
xnview
Author of XnView
Posts: 44303
Joined: Mon Oct 13, 2003 7:31 am
Location: France

XnConvert 1.99

Post by xnview »

XnConvert (XnView batch convert as multi-platform standalone program) is available.

You can download XnConvert here

Windows x64 Setup
Windows x64 ZIP

MacOSX x64 DMG

Linux x64 TGZ
Linux x64 DEB
Linux x64 App2Image
Linux x64 Flatpak

MacOS APP Store


You can use

Code: Select all

XnConvert file1 file3 file3
or

Code: Select all

XnConvert @filelist
Image
Image
Image
Pierre.
4lm335n05
Posts: 2
Joined: Wed Nov 01, 2023 12:02 pm

Re: XnConvert 1.99

Post by 4lm335n05 »

XnConvert WebP output format missing on Linux version

I installed XnConvert v1.99 using flatpak. And found that WebP format was missing. After further investigation I copied libwebp.so.7.1.3 from my Ubuntu system to the Plugin folder of v1.99 and rename it to libwebp.so.7.1.8. Then WebP output format is back.

Here is the script to make WebP output work again in XnConvert 1.99 flatpak version:

Code: Select all

# Copy system libwebp.so.7.1.3 to XnConvert
sudo cp /usr/lib/x86_64-linux-gnu/libwebp.so.7.1.3 /var/lib/flatpak/app/com.xnview.XnConvert/current/active/files/XnConvert/Plugins/libwebp.so.7.1.8
# Open XnConvert
User avatar
xnview
Author of XnView
Posts: 44303
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: XnConvert 1.99

Post by xnview »

right, i've fixed it
Pierre.
4lm335n05
Posts: 2
Joined: Wed Nov 01, 2023 12:02 pm

Re: XnConvert 1.99

Post by 4lm335n05 »

Thanks I downloaded the latest one and it's working. Thank you very much.
ikun
Posts: 2
Joined: Thu Jul 27, 2023 12:12 pm

Re: XnConvert 1.99

Post by ikun »

For this function "keep original file when encoded result is larger", first thank you for adding it, but seems it doesn't work as expected -- rather than "keep", it will actually "copy" the original file. No matter if I ticked "delete original" or not, the original file will be kept and a copy of it will be generated in this case.