[Webkit-unassigned] [Bug 17719] Qt, Cairo and wx require toDataURL implementations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 11 17:45:00 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at nuanti.com
           Keywords|                            |Cairo, Gtk




------- Comment #2 from alp at nuanti.com  2008-08-11 17:45 PDT -------
For Cairo I think we can get away with using this:

cairo_status_t      cairo_surface_write_to_png_stream   (cairo_surface_t
*surface,
                                                         cairo_write_func_t
write_func,
                                                         void *closure);

Mozilla's toDataURL implementation has a full-blown libpng-based encoder we
could borrow from if this strategy doesn't work out.


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