set partition
Assuming "set" is referring to a computation | Use the input as instead

Input interpretation

image partition | image
size

Usage

ImagePartition[image, s] partitions an image into an array of sxs-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.

Basic example

Partition an image into blocks of size 16 by 16:
In[1]:=ImagePartition[, 16] // Grid
Out[1]=

Option

Padding

Relationships with other entities

Related symbols

ImageAssemble | ImageCollage | ImageFilter | Partition
Relationships with other entities

History

Version introduced or modified

introduced in Version 7 (November 2008)
last modified in Version 10.3 (October 2015)

Related Queries: