To write an ImageData object back to the canvas, you must use context.putImageData() method. var ci = ctx.createImageData(width,height); ctx ...
確定! 回上一頁