[Webkit-unassigned] [Bug 183257] [WPE] Add support for WebP encoding in HTMLCanvasElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 21:57:56 PDT 2018


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

--- Comment #2 from Carlos Eduardo Ramalho <cadubentzen at gmail.com> ---
Yes. It is the same test failing. However, I mentioned here specifically the WPE port.

It did it because the image encoding code is different from other ports. For example, for GTK it is implemented in Source/WebCore/platform/graphics/gtk/ImageBufferGtk.cpp, relying on GdkPixBuf.

As this code isn't shared between ports I opened this one for a possible implementation only for WPE.

For GTK it could be added a fallback to reuse the implementation intended here using libwebp in the special case of WebP images.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180412/7279095e/attachment-0002.html>


More information about the webkit-unassigned mailing list