PHP Doku:: Composite one image onto another - gmagick.compositeimage.html

Verlauf / Chronik / History: (4) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::commentimage

Gmagick::__construct>>

Gmagick::compositeimage

(PECL gmagick >= Unknown)

Gmagick::compositeimageComposite one image onto another

Beschreibung

public void Gmagick::compositeimage ( Gmagick $source , int $COMPOSE , int $x , int $y )

Composite one image onto another at the specified offset.

Parameter-Liste

source

Gmagick object which holds the composite image

compose

Composite operator.

x

The column offset of the composited image

y

The row offset of the composited image

Rückgabewerte

The Gmagick object with compositions.

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",...)