Imagick::getImageProfile

(PECL imagick 2.0.0)

Imagick::getImageProfileReturns the named image profile

Beskrivelse

string Imagick::getImageProfile ( string $name )

Returns the named image profile.

Parametre

name

The name of the profile to return.

Returnerings Værdier

Returns a string containing the image profile.

Fejl/Undtagelser

Throws ImagickException on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top