op_blur

Blur image. Applies a blur filter to the image data.

op_blur= *radius*

radius

Blur filter radius in pixels (real 0..100).

radius is in pixels relative to the composite image. Also used to feather layer effects.

Properties

Layer command. Applies to the current layer or to the composite image if layer=comp.

Default

op_blur=0, for no blur effect.

Example

Blur the background of an image. A separate mask image is referenced by catalog::MaskPath. Note that layer=0must be specified explicitly, otherwise op_blur would be applied to the entire composite image.

http://server/myRootId/myImageId?wid=500&layer=0&maskUse=invert&op_blur=20&layer=1&src=myRootId/myImageId

On this page