- From: Yoav Weiss <notifications@github.com>
- Date: Tue, 22 Sep 2015 08:58:34 -0700
- To: WICG/img-conversion <img-conversion@noreply.github.com>
Received on Tuesday, 22 September 2015 15:59:04 UTC
> </h2> > + <pre class="idl"> > +typedef (HTMLImageElement or Blob) ImageSource; > + > +partial interface ImageData { > + [NewObject] Promise<Blob> toBlob (optional DOMString type, optional EncoderOpts options); > + [NewObject] static Promise<ImageData> create (ImageSource source); > + static CanPlayTypeResult canDecodeType (DOMString mimeType); > + static CanPlayTypeResult canEncodeType (DOMString mimeType); Is there a use-case for this decode/encode separation? Are there formats that browsers can decode but not encode? --- Reply to this email directly or view it on GitHub: https://github.com/WICG/img-conversion/pull/14/files#r40104873
Received on Tuesday, 22 September 2015 15:59:04 UTC