You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let ctx = c.getContext("2d");
let canvasDataWrapper = ctx.getImageData(0, 0, c.width, c.height);
let canvasData = imageDataWrapper.data; // 8 bit ARGB
let canvasData32 = new Uint32Array(canvasData.buffer); // 32 bit pixel