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

Graphics are pixelated during moving/scaling/rotating

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 4.8.0
    • Widgets: GraphicsView
    • None
    • Qt 4.8.0, newest QtWebKit, Windows XP, Desktop version.

    Description

      Moving, scaling or rotating images in QtWebKit from Qt 4.8.0 makes them pixelated. After half a second after the moving stops they switch to smooth version. It looks very bad.
      It's on Windows XP using Qt 4.8.0. Steps to reproduce: scale a PNG image in img tag. Watch how it behaves after scaling.

      Image example: http://wieza.iq.pl/beforeafter.png - on the left is how the image looks while it's moving or scaling, on the right how it looks 0.5 seconds after stoping.

      I make my QtWebView like that:

      this->ui->webView->setRenderHint(QPainter::Antialiasing, true);
      this->ui->webView->setRenderHint(QPainter::SmoothPixmapTransform, true);

      Maybe it's related to some optimisations?
      Maybe related: http://code.google.com/p/chromium/issues/detail?id=55495

      I reported it also here:https://bugs.webkit.org/show_bug.cgi?id=74600

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            magnesus Tomasz Kucza
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes