Icon-Compositor 0.0
Rotate

rotate(image, angle)

The rotate function may be used to rotate an image. The angle is given in degreees anticlockwise. Angles do not have to be integers.

icomp 'rotate( dragon.png , 345)' -o rotate_dragon.png
The single quotes are to insulate the text from the shell, do not use them in a script file.