The Imagick class
PHP Manual

Imagick::getImageProperty

(PECL imagick 2.0.0)

Imagick::getImagePropertyReturns the named image property

Descrição

string Imagick::getImageProperty ( string $name )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Returns the named image profile.

Parâmetros

name

name of the property (for example Exif:DateTime)

Valor Retornado

Returns a string containing the image property, false if a property with the given name does not exist.


The Imagick class
PHP Manual