diff --git a/README.md b/README.md index 4110b14..2991da5 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ The following image formats have read-only support: The following image formats have read and write support: -- AV1 Image File Format (avif) +- AV1 Image File Format (avif, avifs1) - DirectDraw Surface (dds) - Encapsulated PostScript (eps) -- High Efficiency Image File Format (heif) -- JPEG 2000 (jp2, j2k, jpf) +- High Efficiency Image File Format (avci2, heic2, heif2, hej22, hif2) +- JPEG 2000 (jp2, j2k, jpf1) - JPEG XL (jxl) -- JPEG XR (jxr) +- JPEG XR (jxr, hdp1, wdp1) - OpenEXR (exr) - Personal Computer Exchange (pcx) - Quite OK Image format (qoi) @@ -45,6 +45,11 @@ The following image formats have read and write support: - Softimage PIC (pic) - Targa (tga): supports more formats than Qt's version +Footnotes: +1. Read only support. +2. It depends on the HEIF plugins installed. + + ## Contributing See the [`QImageIOPlugin`](https://doc.qt.io/qt-6/qimageioplugin.html)