On Sun, 7/6/08, KwangYul Seo <[EMAIL PROTECTED]> 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


_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to