PHP Doku:: Annotates an image with text - gmagick.annotateimage.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungGmagickThe Gmagick classGmagick::annotateimage

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::addnoiseimage

Gmagick::blurimage>>

Gmagick::annotateimage

(PECL gmagick >= Unknown)

Gmagick::annotateimageAnnotates an image with text

Beschreibung

public void Gmagick::annotateimage ( GmagickDraw $GmagickDraw , int $x , int $y , float $angle , string $text )

Annotates an image with text.

Parameter-Liste

GmagickDraw

The GmagickDraw object that contains settings for drawing the text

x

Horizontal offset in pixels to the left of text

y

Vertical offset in pixels to the baseline of text

angle

The angle at which to write the text

text

The string to draw

Rückgabewerte

The Gmagick object with annotation made.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)