Imagick::identifyImage
Identifies an image and fetches attributes
Description
array Imagick::identifyImage
([ bool $appendRawOutput
= false
] )
Parameters
-
appendRawOutput
-
Return Values
Identifies an image and returns the attributes. Attributes include
the image width, height, size, and others.
Errors/Exceptions
Throws ImagickException on error.