Voting

: five minus three?
(Example: nine)

The Note You're Voting On

sNniffer
5 years ago
using

$img = new Imagick();
$img->readImage( $local_da_imagem );
print_r( $img->getImageCompressionQuality() );

<< Back to user notes page

To Top