ImagickDraw::composite

ImagickDraw::composite

(PECL imagick 2.0.0)

ImagickDraw::compositeComposites an image onto the current image

Description

bool ImagickDraw::composite ( int $compose , float $x , float $y , float $width , float $height , Imagick $compositeWand )
Warning

This function is currently not documented; only its argument list is available.

Composites an image onto the current image, using the specified composition operator, specified position, and at the specified size.