Gmagick
PHP Manual

Gmagick::drawimage

(PECL gmagick >= Unknown)

Gmagick::drawimageRenders the GmagickDraw object on the current image

説明

public Gmagick Gmagick::drawimage ( GmagickDraw $GmagickDraw )

Renders the GmagickDraw object on the current image

パラメータ

GmagickDraw

The drawing operations to render on the image.

返り値

The drawn Gmagick object

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual