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

PNG rendering bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • 4.7.2
    • 4.7.0
    • Image formats
    • None
    • Ubuntu 10.10

      This small piece of code

      QImage image;
      QImageReader reader;
      reader.setFileName(entry->path);
      reader.setScaledSize(QSize(min, min));
      reader.read(&image);
      

      causes this: stacktrace.

      Where min = 16 and is integer variable and entry->path contains string "/usr/local/share/apps/qutim/icons/qutim/16x16/apps/qutim.png", 'qutim.png' is correct PNG image.

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

            kkalland Kim Motoyoshi Kalland (Inactive)
            viv Ivan V.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes