Gmagick
PHP Manual

Gmagick::drawimage

(PECL gmagick >= Unknown)

Gmagick::drawimageRenders the GmagickDraw object on the current image

Descrizione

public Gmagick Gmagick::drawimage ( GmagickDraw $GmagickDraw )

Renders the GmagickDraw object on the current image

Elenco dei parametri

GmagickDraw

The drawing operations to render on the image.

Valori restituiti

The drawn Gmagick object

Errori/Eccezioni

Throws an GmagickException on error.


Gmagick
PHP Manual