[Webkit-unassigned] [Bug 28167] WINCE PORT: Implement ImageBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 10:27:08 PDT 2009


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





--- Comment #5 from Eric Seidel <eric at webkit.org>  2009-08-11 10:27:07 PDT ---
ImageBuffer and Image are used for different things.  ImageBuffer is a bag of
bytes, designed to store image data, and used for things which need direct
access to bit maps.  Image is an opaque image pointer which could be backed by
an ImageBuffer, or any other sort of storage.  Image might also not even be a
bitmap image (in the case of SVG or PDF), so it might not have a fixed size.

-- 
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