mirror of
https://github.com/Imagick/imagick.git
synced 2026-06-19 07:35:36 +00:00
correct name of function.
This commit is contained in:
@@ -9,14 +9,14 @@ checkClassMethods('Imagick', array('orderedDitherImage'));
|
||||
<?php
|
||||
|
||||
|
||||
function claheImage() {
|
||||
function orderedDitherImage() {
|
||||
$imagick = new \Imagick(__DIR__ . '/Biter_500.jpg');
|
||||
$imagick->orderedDitherImage("o3x3,6");
|
||||
// $imagick->writeImage(__DIR__ . '/claheImage_output_image.png');
|
||||
$imagick->getImageBlob();
|
||||
}
|
||||
|
||||
claheImage() ;
|
||||
orderedDitherImage() ;
|
||||
echo "Ok";
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Reference in New Issue
Block a user