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

Application crahes on QImage::scaled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.2
    • 5.0.1
    • GUI: Painting
    • None
    • Qt 5.0.1 for Windows 32-bit (MinGW 4.7; Windows 7)
    • 733430636d1a1e0fb49cf0665994f8ec064c8613

    Description

      This code crashed application:

      #include <QImage>

      int main(int argc, char *argv[])
      {
      QImage image("C:/koding/Pastexen/1.png");
      image = image.scaled(64, 64);
      image.save("C:/koding/Pastexen/2.png");
      return 0;
      }

      Attachments

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

        Activity

          People

            rodal Samuel Rødal
            fippo Filipp Ozinov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes