All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

GMImage.MotionBlur

Component: GraphicsMagick
Mac OS X: Works
Windows: Works

MBS( "GMImage.MotionBlur"; ImageRef; radius; sigma; angle )

Parameters

Parameter Description Example value
ImageRef The image reference (a number returned from the GMImage.New functions) 1
radius Specifies the radius of the Gaussian, in pixels, not counting the center pixel. 10
sigma Specifies the standard deviation of the Laplacian, in pixels. 5
angle specifies the angle the object appears to be comming from (zero degrees is from the right). 0

Result

Returns "OK" on success.

Description

Motion blur image with specified blur factor.

Feedback: Report problem or ask question.