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

QImage save to PNG failed with width/height > 1000000

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.4.1
    • Image formats
    • None

    Description

      QImage should support saving images with a large width or height that exceeded libpng's default limits (1,000,000).

      According to libpng's manual, the limits can be overridden with png_set_user_limits().

      QImage should enlarge these limits (probably up to the max 2^31) for libpng.

       

       

      Attachments

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

        Activity

          People

            vgt Eirik Aavitsland
            jcl jcl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes