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

Make it possible to call grabToImage() to get a 16bit based (64bpp) image back

    XMLWordPrintable

Details

    • 857bf3eb1 (dev), 81436bf6c (6.5)

    Description

      Make it possible to call QQuickItem::grabToImage() to get a 16bit based (64bpp) image back. Currently it will give an 8bit image (32bpp) back because the internal texture format is GL_RGBA, whereas to get a 16bit one back we would need it to be GL_RGBA16. This can be necessary now we have support for 16bit based images.

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes