[webkit-dev] JPEG2000 support
David Kilzer
ddkilzer at webkit.org
Sun Jul 6 06:08:01 PDT 2008
On Sun, 7/6/08, KwangYul Seo <kwangyul.seo at gmail.com> wrote:
> Does WebKit support JPEG2000? Some web pages say so.
>
> http://echoone.com/filejuicer/formats/jp2
>
> However, I can't find JPEG2000 decoder in
> WebCore/platform/image-decoders.
> What is the JPEG2000 decoder?
It depends on the platform. WebKit uses the Core Graphics ("CG") framework with Apple's Safari web browser on Mac OS X and Windows, not the decoders in the WebCore/platform/image-decoders directory. Thus Safari does support the JPEG2000 format, although there is currently one bug open on bugs.webkit.org about it:
JPEG 2000 images display intermittently
https://bugs.webkit.org/show_bug.cgi?id=8754
I'm not sure about other platforms. I'd guess that if there isn't a decoder for JPEG2000 in WebCore/platform/image-decoders then it's not currently supported.
Dave
More information about the webkit-dev
mailing list