Gmagick::motionblurimage
(PECL gmagick >= Unknown)
Gmagick::motionblurimage — Simulates motion blur
Описание
public void Gmagick::motionblurimage
( float $radius
, float $sigma
, float $angle
)
Список параметров
-
radius
-
The radius of the Gaussian, in pixels, not counting the center pixel.
-
sigma
-
The standard deviation of the Gaussian, in pixels.
-
angle
-
Apply the effect along this angle.
Возвращаемые значения
The Gmagick object on success
Ошибки
Вызывает
GmagickException при ошибке.