op_grow

Last update: 2023-08-22
  • Created for:
  • Developer
    User

Dilate/erode image. Applies a morphological dilate (radius > 0) or erode (radius < 0) to the image data.

op_grow= *radius*

radius

Dilate/erode radius in pixels (int -100..100).

*radius* is in pixels relative to the composite image. If the image is color, each component is processed independently.

Primarily used to modify the size of layer effects. Also useful to achieve special effects on text layers or solid color layers with masks.

Properties

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

Default

op_grow=0, for no change.

See also

Layer Effects

On this page