Imagick
PHP Manual

Imagick::drawImage

(PECL imagick 2.0.0)

Imagick::drawImageRenders the ImagickDraw object on the current image

说明

bool Imagick::drawImage ( ImagickDraw $draw )

Renders the ImagickDraw object on the current image.

参数

draw

The drawing operations to render on the image.

返回值

成功时返回 TRUE .


Imagick
PHP Manual