[Webkit-unassigned] [Bug 26379] Reconsider image decoding architecture/APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 14 10:16:03 PDT 2009


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





------- Comment #15 from bfulgham at webkit.org  2009-06-14 10:16 PDT -------
I feel like this bug is being hijacked to flip things back to the "bad" old
way, rather than being a useful conversation about how to make the whole image
decoder better.

When Apple abandoned these decoders in favor of the CoreGraphics routines, they
effectively headed down a road that provided superior performance through
internal use of CGImageRef types (which abstract the various image types). 
Peter's patches brought the image-decoder classes more in line with this
philosophy.

It seems to me that the Qt port's objection is addressed entirely in the
current sources, with the one small nit that there are now some #ifdefs in the
header.


Perhaps we can figure out how to remove the #ifdef code from the header through
PIMPL or some other technique.


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



More information about the webkit-unassigned mailing list