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

>          <p>
> -          Another possible solution is to run the canvas in a worker. Then the
> -          synchronous use of the canvas for conversion purposes will be
> -          processed in parallel to the main thread. However to implement this
> -          efficiently requires that various types be transferrable, which has
> -          further implications. It also does not help convert HTMLImageElement
> -          since it is a DOM element. Also it would likely require intermediate
> -          copies of the image data or the additional memory overhead of the
> -          canvas.

Yeah, that's the plan. Also want to get them out of the spec. 

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

Received on Wednesday, 23 September 2015 18:19:30 UTC