Searched refs:rotationalBlurImage (Results 1 – 5 of 5) sorted by relevance
2 Test Imagick, rotationalBlurImage6 checkClassMethods('Imagick', array('rotationalBlurImage'));13 function rotationalBlurImage() {16 $imagick->rotationalBlurImage(3);17 $imagick->rotationalBlurImage(5);18 $imagick->rotationalBlurImage(7);23 rotationalBlurImage() ;
1256 …public function rotationalBlurImage(float $angle, int $channel = Imagick::CHANNEL_DEFAULT): bool … function in Imagick
5842 ZEND_METHOD(Imagick, rotationalBlurImage);6524 ZEND_ME(Imagick, rotationalBlurImage, arginfo_class_Imagick_rotationalBlurImage, ZEND_ACC_PUBLIC)
274 * Imagick::rotationalBlurImage()
12454 PHP_METHOD(Imagick, rotationalBlurImage) argument
Completed in 48 milliseconds