willReadFrequently
The optional willReadFrequently
parameter of a canvas’s getContext()
method permits the browser to optimize for frequent getImageData()
calls by avoiding hardware acceleration. Also known as multiple readback.
The optional willReadFrequently
parameter of a canvas’s getContext()
method permits the browser to optimize for frequent getImageData()
calls by avoiding hardware acceleration. Also known as multiple readback.