GoLang Gmagick::drawimage

request it (289)
GoLang replacement for PHP's Gmagick::drawimage [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::drawimage? Write it!

PHP Gmagick::drawimage

PHP original manual for Gmagick::drawimage [ show | php.net ]

Gmagick::drawimage

(PECL gmagick >= Unknown)

Gmagick::drawimageRenders the GmagickDraw object on the current image

Description

public Gmagick Gmagick::drawimage ( GmagickDraw $GmagickDraw )

Renders the GmagickDraw object on the current image

Parameters

GmagickDraw

The drawing operations to render on the image.

Return Values

The drawn Gmagick object

Errors/Exceptions

Throws an GmagickException on error.