PHP | Imagick pingImage() Function
The Imagick::pingImage() function is an inbuilt function in PHP which is used to get the basic attributes of the image. This method is used to query image width, height, size, and format without reading the whole image into memory. Syntax: bool Imagick::pingImage( $filename ) Parameters: This functi