[Webkit-unassigned] [Bug 28130] [Haiku] Adding Image-specific files to WebCore.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 12 12:34:14 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28130
--- Comment #14 from Ryan Leavengood <leavengood at gmail.com> 2009-08-12 12:34:12 PDT ---
(In reply to comment #13)
>
> Beware of the potential cost of that, if fitting it into WebCore involves e.g.
> copying an image's data, or doing more than one conversion. Decoding images
> has to be really, really fast in a web browser :)
Good point. There might be some overhead in using the translator system but
hopefully not too much. We can do some benchmarks to be sure, but even if using
the translators is a bit slower it might still be worth it. At least it
shouldn't affect other ports ;)
One other issue is that the translator system does not yet (and may never)
support animated images. So for GIFs (and other future animated image formats,
MNG, APNG, etc) we would have to fallback to using the WebKit decoders. But I'm
tempted to try to fix that in Haiku...it is just tricky since translators are
for any kind of data not just images.
--
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