getImageData (0, 0, width, height); // Create a buffer that's the same size as our canvas image data const buf = new ArrayBuffer(imageData.data.length); ...
確定! 回上一頁