> 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 <da...@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@lists.webkit.org > https://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev