%PDF- %PDF-
Direktori : /opt/cpanel/ea-php71/root/usr/share/tests/pecl/imagick/tests/ |
Current File : //opt/cpanel/ea-php71/root/usr/share/tests/pecl/imagick/tests/263_autoGammaImage.phpt |
--TEST-- Test autoGammaImage --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); checkClassMethods('Imagick', array('autoGammaImage')); ?> --FILE-- <?php $im = new Imagick("magick:logo"); $im->autoGammaImage(); $im = new Imagick("magick:logo"); $im->autoGammaImage(\Imagick::CHANNEL_RED); echo "Ok"; ?> --EXPECT-- Ok