Home > PHP > Function > > Imagick::identifyImage()

Imagick::identifyImage()

Imagick::identifyImage - Identifies an image and fetches attributes

Syntax

array Imagick::identifyImage (bool $appendRawOutput)

Arguments

  • appendRawOutput

Description

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others.

Version

PHP PECL imagick 2.0.0

Return value

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Throw an ImagickExceptionon error.