Table of Contents ▸ List of Commands ▸ Arrays, Tiles and Frames ▸ rotate_tiles | ◀ puzzle | shift_tiles ▶ |
rotate_tiles
Arguments:
- angle,_M>0,N>0
Description:
Apply MxN tiled-rotation effect on selected images.Default values:
M=8 and N=M.
Example of use:
image.jpg to_rgba rotate_tiles 10,8 drop_shadow 10,10 display_rgba
