|
|
|||
|
|
ImagePartition |
| ImagePartition[image, s] partitions an image into an array of s×s-pixel subimages. |
| ImagePartition[image, {w, h}] partitions an image into an array of subimages of pixel width w and pixel height h. |
| ImagePartition[image, {w, h}, {dw, dh}] uses pixel offsets dw and dh. |