[img-conversion] Should ImageData.create() accept an ArrayBuffer/ArrayBufferView? (#21)

As specced, ImageData.create() can take a HTMLImageElement or Blob. Should it also take an ArrayBuffer or typed array view so that data stored in typed arrays can also be decoded without first having to convert to a Blob?

---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/img-conversion/issues/21

Received on Thursday, 26 November 2015 13:30:01 UTC