PHP | Imagick getCompression() Function
The Imagick::getCompression() function is an inbuilt function in PHP which is used to get the object compression type. Syntax: int Imagick::getCompression( void ) Parameters: This function does not accept any parameters. Return Value: This function returns an integer value on success. Below programs