[Webkit-unassigned] [Bug 28345] New: [GTK] BitmapImage::getGdkPixbuf does not handle alpha channels properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 15 19:08:22 PDT 2009


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

           Summary: [GTK] BitmapImage::getGdkPixbuf does not handle alpha
                    channels properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martin.james.robinson at gmail.com


Cairo surfaces store their information in CAIRO_FORMAT_ARGB32, while GdkPixbufs
store their information in GDK_COLORSPACE_RGB. The current conversion process
between the two types leads to transparency corruption on some images.

-- 
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