Imagick::drawImage

(PECL imagick 2, PECL imagick 3)

Imagick::drawImageRenders the ImagickDraw object on the current image

Description

publicImagick::drawImage(ImagickDraw$draw): bool

Renders the ImagickDraw object on the current image.

Parameters

draw

The drawing operations to render on the image.

Return Values

Returns true on success.

To Top