Icon-Compositor 0.0
Tile

tile(image)

The tile function is used to reproduce an image infinitely in all directions.

icomp ' dragon.png | scale(0.3) | rotate(-15) | tile() | crop(128, 128)' -o tile_example.png
The single quotes are to insulate the text from the shell, do not use them in a script file.