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

Printing images with a low bit depth are converted to QImage::Format_RGB32 making them quite large

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.3.4
    • GUI: Printing
    • None

    Description

      When printing an image with a low bit depth on Windows, the image will be converted to QImage::Format_RGB32 making it much larger.

      A simple use case would be to print a high resolution monochrome image using Qt's Scribble example.

      Inspecting the printer queue will reveal that the image takes up a large chunk of memory.

      Printing the exact same image from another imaging program such as MS Paint with consume substantially less memory.

      This is problematic if one is trying to print many low bit depth, high resolution images.

      Attachments

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

        Activity

          People

            kjernase Trond Kjernåsen (Inactive)
            gpf Shane McLaughlin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes