The Imagick class
PHP Manual

Imagick::getImageProfile

(PECL imagick 2.0.0)

Imagick::getImageProfileReturns the named image profile

Beschreibung

string Imagick::getImageProfile ( string $name )
Warnung

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

Returns the named image profile.

Parameter-Liste

name

The name of the profile to return.

Rückgabewerte

Returns a string containing the image profile. Throw an ImagickException on error.


The Imagick class
PHP Manual