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:
# 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
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.