Icon-Compositor 0.0
Under

The simplest icon operation is to stack images on top of each other. The expression looks like this:

lhs under [ alignment ] rhs

You can string as many together as you like, they will be performed left-to- right (this matters for alpha channel handling).

icomp dragon.png under center document.png -o under-dragon-document.png
     

You can layer one image under another. The image on the left hand side (lhs) is placed ‘below’ the image on the right hand side (rhs). Transparent portions of the right image will allow the left image to show through.

Alignment

The optional alignment allows you to move images relative to one another. The alignment may be given as a mixture of the words top bottom left right and center. If no alignment is given, the images will be stacked with their (0,0) points (top left corners) together.

See Also

masked_by, offset, over, scale,