Split an image in pieces using width and hegiht parameters. Must Return a new Array with the Pixels information [[r,g,b],[r,g,b],...] or an array of images.
Split an image in pieces using width and hegiht parameters.
Must Return a new Array with the Pixels information [[r,g,b],[r,g,b],...] or an array of images.