Search Results
Warning This function has been DEPRECATED as of Imagick 3.4.4. Relying on this function is highly discouraged.
Example function radialBlurImage($image_path) { $imagick = new \Imagick(realpath($image_path)); $imagick->radialBlurImage(3); $imagick->radialBlurImage(5); $imagick ...
Jul 11, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
Description boolImagick::radialBlurImage ( float$angle [, int$channel = Imagick::CHANNEL_ALL ] )
(PECL imagick 2, PECL imagick 3) Imagick::radialBlurImage — Radial blurs an image Warning
Simple usage example of `Imagick::radialBlurImage ()`. The Imagick::radialBlurImage function is a PHP function that applies a radial blur effect to an image. Radial blur is a visual effect that creates a sense of motion or blur radially from a central point. This function allows you to specify the degree of blur and the center point of the blur effect.
PHP Manual Description boolImagick::radialBlurImage ( float$angle [, int$channel = Imagick::CHANNEL_ALL ] )
