PHP Doku:: Get image artifact - function.imagick-getimageartifact.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The Imagick classImagick::getImageArtifact

Ein Service von Reinhard Neidl - Webprogrammierung.

The Imagick class

<<Imagick::getImageAlphaChannel

Imagick::getImageBackgroundColor>>

Imagick::getImageArtifact

(No version information available, might only be in SVN)

Imagick::getImageArtifactGet image artifact

Beschreibung

bool Imagick::getImageArtifact ( string $artifact )

Gets an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick-Version 6.5.7 oder höher kompiliert wurde.

Parameter-Liste

artifact

The name of the artifact

Rückgabewerte

Returns the artifact value on success. Wirf eine ImagickException bei einem Fehler.

Siehe auch


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