PHP Doku:: Composites an image onto the current image - function.imagickdraw-composite.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The ImagickDraw classImagickDraw::composite

Ein Service von Reinhard Neidl - Webprogrammierung.

The ImagickDraw class

<<ImagickDraw::comment

ImagickDraw::__construct>>

ImagickDraw::composite

(PECL imagick 2.0.0)

ImagickDraw::compositeComposites an image onto the current image

Beschreibung

bool ImagickDraw::composite ( int $compose , float $x , float $y , float $width , float $height , Imagick $compositeWand )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Composites an image onto the current image, using the specified composition operator, specified position, and at the specified size.

Parameter-Liste

compose

composition operator. One of COMPOSITE_ constants

x

x coordinate of the top left corner

y

y coordinate of the top left corner

width

width of the composition image

height

height of the composition image

compositeWand

the Imagick object where composition image is taken from

Rückgabewerte

Liefert TRUE bei Erfolg.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
christian dot reinecke at web dot de
23.06.2009 10:31
To see some examples how the COMPOSITE_* constants work, see this page:
http://www.imagemagick.org/Usage/compose/#duff-porter



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