PHP Doku:: Surrounds the image with a border - gmagick.borderimage.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::blurimage

Gmagick::charcoalimage>>

Gmagick::borderimage

(PECL gmagick >= Unknown)

Gmagick::borderimageSurrounds the image with a border

Beschreibung

public void Gmagick::borderimage ( GmagickPixel $color , int $width , int $height )

Surrounds the image with a border of the color defined by the bordercolor GmagickPixel object or a color string.

Parameter-Liste

color

GmagickPixel object or a string containing the border color

width

Border width

height

Border height

Rückgabewerte

The Gmagick object with border defined

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