[Webkit-unassigned] [Bug 15654] [GTK] GdkPixbuf support for ImageCairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 14 12:10:15 PDT 2009


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





------- Comment #5 from krit at webkit.org  2009-03-14 12:10 PDT -------
(In reply to comment #3)
> Created an attachment (id=28125)
 --> (https://bugs.webkit.org/attachment.cgi?id=28125&action=view) [review]
> Converting Cairo's surfaces to GdkPixbuf
> 
> Implements a function for converting Cairo's surfaces to GdkPixbufs. There
> might be a more hackish way of doing this, but I vote this one for being the
> prettiest.
> 

Hi,

just a question about GdkPixmap* pixmap = gdk_pixmap_new(0, width, height, 24);
Won't we loose the alpha channel here? Isn't 32 a better choice here? (If 32 is
possible).
We'll need the alpha channel for example on cursors with images.


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



More information about the webkit-unassigned mailing list