PHP | Imagick identifyImage() Function
The Imagick::identifyImage() function is an inbuilt function in PHP which is used to identify an image and return its attributes. Attributes contain image width, height, size, and others. Syntax: array Imagick::identifyImage( $appendRawOutput ) Parameters: This function accepts single parameter $app