|
|
|||
|
|
ImageTake |
| ImageTake[image, n] gives an image consisting of the first n rows of image. |
| ImageTake[image,-n] gives an image consisting of the last n rows of image. |
| ImageTake[image, {row1, row2}] gives rows row1 through row2. |
| ImageTake[image, {row1, row2}, {col1, col2}] gives the image that spans row1 to row2 and col1 to col2. |
| All | all elements | |
| n | elements 1 through n | |
| -n | last n elements | |
| {n} | element n only | |
| {m,n} | elements m through n inclusive | |
| {m,n,s} | elements m through n in steps of s |