- From: Marcos Caceres <notifications@github.com>
- Date: Wed, 23 Sep 2015 11:19:03 -0700
- To: WICG/img-conversion <img-conversion@noreply.github.com>
Received on Wednesday, 23 September 2015 18:19:30 UTC
> <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