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

QPixmap::loadFromData() fails for data > 4GiB on 64-bit platforms

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • GUI: Painting
    • None

    Description

      The following code fails on 64-bit platforms:

      QByteArray data = ~~~~ valid image data, more than 4GiB ~~~~;
      QPixmap pix;
      assert(pix.loadFromData(data));
      

      Attachments

        Issue Links

          Activity

            People

              vgt Eirik Aavitsland
              mmutz Marc Mutz
              Vladimir Minenko Vladimir Minenko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: