Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-141227

Add AVIF image format support

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.10.0
    • Image formats
    • None
    • All

      Qt 6.10 doesn't support AVIF images out of the box.

          QList<QByteArray> readFormats = QImageReader::supportedImageFormats();
          qDebug() << "supportedImageFormats:" << readFormats;
      

      supportedImageFormats: QList("bmp", "cur", "gif", "icns", "ico", "jfif", "jpeg", "jpg", "pbm", "pgm", "png", "ppm", "svg", "svgz", "tga", "tif", "tiff", "wbmp", "webp", "xbm", "xpm")

      AVIF is a modern image format with way better compression than JPEG, supports 10/12-bit depth, transparency. Would be nice to have support for it.

      There's a Qt plugin that already handles this: https://github.com/novomesk/qt-avif-image-plugin

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vgt Eirik Aavitsland
            kelteseth Elias Steurer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes