Image Viewers ========================== Install an image viewers capable of viewing JPEG XL and AVIF images. Windows ----------------------------- * `ImageGlass `_ (recommended) * `XnViewMP `_ * `IrfanView `_ (with plugins) * `PicView `_ * `PhotoQt `_ * `nomacs `_ Linux ----------------------------- Any image viewer that supports ``gdk-pixbuf`` plugins will work. AVIF ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: :caption: bash sudo apt install libavif-gdk-pixbuf JPEG XL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ #. Download .deb or .rpm packages from `libjx releases `_. #. Unpack and install. .. code-block:: :caption: 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.