ctx.drawImage(media, 0, 0, width, height); const pixelsData = ctx.getImageData(0, 0, width, height).data;
確定! 回上一頁