PHP Doku:: Creates a new image - gmagick.newimage.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::motionblurimage

Gmagick::nextimage>>

Gmagick::newimage

(PECL gmagick >= Unknown)

Gmagick::newimageCreates a new image

Beschreibung

public void Gmagick::newimage ( int $width , int $height , mixed $background , string $format )

Creates a new image with the specified background color

Parameter-Liste

width

Width of the new image

height

Height of the new image

background

The background color used for this image (as float)

format

Image format.

Rückgabewerte

The Gmagick object on success

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