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.

While I agree the above (and sections above that as well) don't belong in a specification, maybe it should be moved to the explainer?

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

Received on Tuesday, 22 September 2015 16:03:29 UTC