Re: [img-conversion] Convert to spec (#14)

>        </h2>
> +      <pre class="idl">
> +typedef (HTMLImageElement or Blob) ImageSource;
> +
> +partial interface ImageData {
> +  [NewObject] Promise&lt;Blob&gt; toBlob (optional DOMString type, optional EncoderOpts options);
> +  [NewObject] static Promise&lt;ImageData&gt; create (ImageSource source);
> +  static CanPlayTypeResult canDecodeType (DOMString mimeType);

Just to make sure: mimeType here can also include video formats, right?

I think there's a very interesting use case in exposing video IFrame decoding (and encoding, to a lesser extent) using this API, enabling a highly performant [BPG](http://bellard.org/bpg/) decoding, etc

---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/img-conversion/pull/14/files#r40175953

Received on Wednesday, 23 September 2015 07:15:44 UTC