[Webkit-unassigned] [Bug 28130] [Haiku] Adding Image-specific files to WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 11:04:52 PDT 2009


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





--- Comment #10 from Maxime Simon <simon.maxime at gmail.com>  2009-08-12 11:04:51 PDT ---
(In reply to comment #9)
> > +ImageDecoder* createDecoder(const Vector<char>& data)
> > +{
> > +
> > +    // JPEG
> > +    // FIXME: Add JPEG support.
> 
> You're using the cross-platform decoders for all other filetypes.  Is there
> something wrong with the cross-platform JPEG decoder that prevents you from
> even instantiating it?

Indeed, in the default Haiku distribution libjpeg isn't available.
Of course we could add it as dependency, but the basic way to handle
ImageDecoder in Haiku is to use BTranslators. And we intended to use it for all
the other filetypes as well. I may have to discuss it with Ryan.

Regards,
Maxime

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list