Imagick::getImageProperty()
Imagick::getImageProperty - Returns the named image property
Syntax
string Imagick::getImageProperty (
string $name)
Arguments
- name - name of the property (for example Exif:DateTime)
Description
Returns the named image property. This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer.
Version
PHP PECL imagick 2.0.0
Return value
Returns a string containing the image property, false if a property with the given name does not exist.