Image Viewers¶
Install an image viewers capable of viewing JPEG XL and AVIF images.
Windows¶
Linux¶
Any image viewer that supports gdk-pixbuf
plugins will work.
AVIF¶
bash¶
sudo apt install libavif-gdk-pixbuf
JPEG XL¶
Download .deb or .rpm packages from libjx releases.
Unpack and install.
bash¶
sudo dpkg -i *deb
You may have to run sudo apt update --fix-missing
afterwards.
Alternatively, install from your distro’s repository if available.