(PECL imagick 2.0.0)
ImagickDraw::composite — Composites an image onto the current image
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Composites an image onto the current image, using the specified composition operator, specified position, and at the specified size.
composition operator. One of COMPOSITE_ constants
x coordinate of the top left corner
y coordinate of the top left corner
width of the composition image
height of the composition image
the Imagick object where composition image is taken from
Liefert TRUE bei Erfolg.
To see some examples how the COMPOSITE_* constants work, see this page:
http://www.imagemagick.org/Usage/compose/#duff-porter