Native DIMG Loaders status
--------------------------

Format  Read  Write  ICC   MetaData  Thumb   8bits    16bits  dependency

JPG     Done  Done   Done  Done      Done    yes      N.A     libjpeg
PNG     Done  Done   Done  Done      N.A     yes      yes     libpng
TIFF/EP Done  Done   Done  Done      Done    yes      yes     libtiff
RAW     Done  N.A    N.A   Done      Done    yes      yes     libraw             (internal)
PGF     Done  Done   TODO  Done      N.A     yes      yes     libpgf             (internal)
JPEG2K  Done  Done   Done  Done      N.A     yes      yes     libjasper
HEIF    Done  Done   Done  Done      N.A     yes      yes     libheif + libde265 + libx265

Others file formats are supported:

- in 8 or 16 bits/color/pixel only using Qt plugin loaders (QImage and KImageFormat plugins from KDE framework - "KIMG").
  https://doc.qt.io/qt-6/qimage.html#reading-and-writing-image-files
  https://invent.kde.org/frameworks/kimageformats

- in 8 or 16 bits/color/pixel using ImageMagick codecs (optional - "IM").
  https://www.imagemagick.org/script/formats.php

Complete list of supported formats are listed below:

Format   Read       Write  Write      Description                              Codec           Notes
                    KIMG   IM

KRA      yes        no     no         Krita Raster image                       KIMG
ORA      yes        no     no         OpenRaster image                         KIMG
PIC      yes        no     no         Softimage Raster image                   KIMG
ANI      yes        no     no         Windows Animated Cursor                  KIMG
PIC      yes        yes    yes        PCPaint image format                     KIMG
AVIF     yes        yes    yes        AV1 Image File Format                    KIMG | IM
DDS      yes        yes    yes        Microsoft Direct Draw Surface            KIMG | IM
EPS      yes        yes    yes        Adobe Encapsulated PostScript            KIMG | IM
EXR      yes        no     yes        ILM High dynamic range image             KIMG | IM
HDR      yes        yes    yes        Radiance RGBE image format               KIMG | IM
PCX      yes        yes    yes        ZSoft IBM PC Paintbrush                  KIMG | IM
PNM      yes        yes    yes        Portable anymap                          KIMG | IM
PSD      yes        no     yes        Photoshop Raster image                   KIMG | IM
RAS/SUN  yes        no     yes        Sun Raster image                         KIMG | IM
RGB      yes        yes    yes        Raw Red Green Blue image                 KIMG | IM
RLE      yes        no     no         Utah Run length encoded image            KIMG | IM
TGA      yes        yes    yes        Truevision Targa image                   KIMG | IM
XCF      yes        no     no         Gimp Raster image                        KIMG | IM
GIF      yes        yes    yes        CompuServe Graphics Interchange Format   KIMG | IM
BMP      yes        yes    yes        Windows bitmap format                    KIMG | IM
PBM      yes        yes    yes        Portable bitmap format                   KIMG | IM
PGM      yes        yes    yes        Portable graymap format                  KIMG | IM
PPM      yes        yes    yes        Portable pixmap format                   KIMG | IM
XBM      yes        yes    yes        X Windows system bitmap                  KIMG | IM
XPM      yes        yes    yes        X Windows system pixmap                  KIMG | IM
JXL      yes        yes    yes        JPEG Extended Long-term                  KIMG | [IM]     Libjxr dependency - since KF 5.89 - IM with RT dependency
JXR      yes        yes    yes        JPEG Extended Range                      KIMG | IM       Older HD photo from Microsoft - since KF 5.117
WEBP     yes        yes    yes        Weppy image format                       KIMG   IM
PCD      yes        no     yes        PhotoCD                                         IM
SGI      yes        no     yes        Irix RGB image                                  IM
ICO      yes        no     no         Windows icon format                             IM
MNG      yes        no     yes        Multiple-image Network Graphics                 IM
SVG      yes        no     yes        Scalable Vector Graphics                        IM
FIT/FITS yes        no     yes        Flexible Image Transport System                 IM
FLIF     yes        no     yes        Free Lossless Image Format                      IM
JBIG     yes        no     yes        Joint Bi-level Image                            IM
BPG      yes        no     yes        Better Portable Graphics                        IM
DJVU     yes        no     no         Deja-Vu                                         IM
----------------------------------------------------------------------------------------------------------------------------------------------------------

