Imagick::identifyImage
Imagick::identifyImage
(PECL imagick 2.0.0)
Imagick::identifyImage — Identifies an image and fetches attributes
Description
array Imagick::identifyImage ([ bool $appendRawOutput = false ] )
Identifies an image and returns the attributes. Attributes include the image width, height, size, and others.
Parameters
-
appendRawOutput
-
If
TRUE
then the raw output is appended to the array.