Gimp.Selection.grow
@accepts(Gimp.Image, int)
@returns(bool)
def grow(image, steps):
# Python wrapper for gimp_selection_grow()
Grow the image's selection
This procedure grows the selection. Growing involves expanding the boundary in all directions by the specified pixel amount.
- image
The image.
- steps
Steps of grow (in pixels).
- Returns