[Bug 12586] Suggest using Typed Array for ImageData pixels. Add a new 'buffer' attribute that references ArrayBuffer of the pixel data. Convert 'data' (CanvasPixelArray) to Uint8Array view of 'buffer'.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12586

--- Comment #9 from Kenneth Russell <kbr@google.com> 2011-09-13 01:09:28 UTC ---
I apologize for the delay. Uint8ClampedArray has been added to the typed array
editor's draft:

https://www.khronos.org/registry/typedarray/specs/latest/

Please send me any feedback, in particular any concerns over inheriting from
Uint8Array (which made the IDL for both types slightly simpler).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 13 September 2011 01:09:31 UTC