--TEST-- Test Imagick, statisticImage --SKIPIF-- --FILE-- newPseudoImage(640, 480, "magick:logo"); $imagick->statisticImage( $statisticType, $w20, $h20, $channel ); $bytes = $imagick->getImageBlob(); if (strlen($bytes) <= 0) { echo "Failed to generate image.";} } statisticImage($statisticType, $w20, $h20, $channel) ; echo "Ok"; ?> --EXPECTF-- Ok