--TEST-- Test Imagick, autoThresholdImage --SKIPIF-- --FILE-- autoThresholdImage(Imagick::AUTO_THRESHOLD_OTSU); $imagick->writeImage(__DIR__ . '/autoThresholdImage_output_image.png'); // $imagick->getImageBlob(); } autoThresholdImage() ; echo "Ok"; ?> --CLEAN-- --EXPECTF-- Ok