canvas-dither icon indicating copy to clipboard operation
canvas-dither copied to clipboard

Drawing is slow. Should be using Uint8ClampedArray

Open ticky opened this issue 12 years ago • 1 comments

Info: https://hacks.mozilla.org/2011/12/faster-canvas-pixel-manipulation-with-typed-arrays/

ticky avatar Oct 12 '12 05:10 ticky

FYI measurements from https://jsperf.com/canvas-pixel-manipulation on my system show that currently drawing is 20–50% slower than it could be using Uint8ClampedArray.

gingerbeardman avatar Jul 19 '19 15:07 gingerbeardman