Icon-Compositor 0.0
Vflip

vflip(image)

The vflip function is used to create a new images by flipping another image top for bottom vertically. Its bounding box will be the same.

icomp 'vflip( dragon.png )' -o vflip-dragon.png
   
This does not work will for images which has shading to emphasize texture. It can case an image which looks raised of the page to look like it is carved into the page.

The single quotes are only needed on the command line (to insulate the parentheses from the shell) they must not appear in an icomp(1) script.