getImagePixels

getImagePixels(image, width, height)CanvasPixelArray

从加载的影像中提取像素数组。将影像绘制到画布中,以便它可以读取像素。
Name Type Description
image Image 要从中提取像素的影像。
width Number 影像的宽度。如果没有定义,那么影像宽度是指定的。
height Number 影像的高度。如果没有定义,那么影像高度是指定的。
Returns:
影像的像素。