The Imagick class
PHP Manual

Imagick::getImageProfile

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

Imagick::getImageProfileReturns the named image profile

Description

string Imagick::getImageProfile ( string $name )
Warning

This function is currently not documented; only its argument list is available.

Returns the named image profile.

Parameters

name

The name of the profile to return.

Return Values

Returns a string containing the image profile, throws ImagickException on error.


The Imagick class
PHP Manual