Viewing File: /opt/alt/tests/alt-php81-pecl-imagick_3.8.0-7.el8/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
Back to Directory File Manager
<