[Webkit-unassigned] [Bug 88785] New: [Qt] Move to QImage from QPixmap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 09:11:37 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88785

           Summary: [Qt] Move to QImage from QPixmap
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org


Since we use raster engine there is no difference between QImage and QPixmap classes.
I think it would clarify the things if we could use only the QImage class and get rid of QPixmap classes (it's possible almost everywhere). 

Additionally QImage objects are thread safe, so it can be useful for us later for cross-thread optimizations.
I have a work in progress patch on this topic, if you agree with my points, I can continue this work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list