[webkit-dev] Modern image formats for WebKit

ChangSeok Oh changseok.oh at collabora.com
Fri Mar 20 18:16:35 PDT 2015


> So this is a really a question for people working on other active ports like the EFL and GTK ones. Are there other libraries that you could use for image decoding, or do you still want to keep and maintain a WebKit copy of these image decoders?

Maybe the latter one. I’m not sure what you meant other libraries here if they are not libwebp nor libjxr. 
I found webp has been supported by gtk & elf ports already. At least WebPImageDecoder.cpp is a build target for those ports. JXR support would be a same shape with webp support, i. e adding a glue layer JPEGXRImageDecoder.cpp/h and linking libjxr.so.  

ChangSeok

> On Mar 21, 2015, at 6:39 AM, Darin Adler <darin at apple.com> wrote:
> 
> We should consider whether to keep the image format decoders in the WebKit tree or not.
> 
> Dave Hyatt originally created this when we first were planning the Apple Windows port of WebKit, but in the end we chose to not use them for the Windows port. They aren’t used in the Windows port nor in the Mac or iOS ports; for all of those we use a separate image decoding library.
> 
> So this is a really a question for people working on other active ports like the EFL and GTK ones. Are there other libraries that you could use for image decoding, or do you still want to keep and maintain a WebKit copy of these image decoders?
> 
> — Darin
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20150321/6dfe367a/attachment.html>


More information about the webkit-dev mailing list