0
I need to capture the quality level of an image, I found something relative in [Imagick][1]
Attempted use:
$img = new Imagick();
$img->readImage( $local_da_imagem );
print_r( $img->getCompressionQuality() );
but, this return is always 0