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

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

XMLWordPrintable

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

      The following code fails on 64-bit platforms:

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

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

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

              Created:
              Updated:

                There are no open Gerrit changes