Tile

Function
This image makes small tiles of your image inside of the image. It will slow down if you make LOTS of tiles (i.e, > 40 or so)

Parameters
Type
Defaults
Function
nX,YTile
int
1, 1 Number of copies placed on each axis.


Synopsis

image Tile( image, int nXTile, int nYTile );


Script

image = Tile( image, nXTile, nYTile);


Command Line

shake -tile nXTile nYTile