The Imagick class
PHP Manual

Imagick::getImageProfile

(PECL imagick 2.0.0)

Imagick::getImageProfileReturns the named image profile

Descrierea

string Imagick::getImageProfile ( string $name )
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Returns the named image profile.

Parametri

name

The name of the profile to return.

Valorile întoarse

Returns a string containing the image profile. Emite un ImagickException în caz de eroare.


The Imagick class
PHP Manual