Page 1 of 1
XnConvert 1.99
Posted: Wed Oct 25, 2023 11:58 am
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
or

Re: XnConvert 1.99
Posted: Wed Nov 01, 2023 12:04 pm
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
Re: XnConvert 1.99
Posted: Thu Nov 02, 2023 9:35 am
by xnview
right, i've fixed it
Re: XnConvert 1.99
Posted: Fri Nov 03, 2023 3:38 am
by 4lm335n05
Thanks I downloaded the latest one and it's working. Thank you very much.
Re: XnConvert 1.99
Posted: Sun Nov 19, 2023 7:26 am
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.