Gimp.Selection.feather

@accepts(Gimp.Image, float)
@returns(bool)
def feather(image, radius):
    # Python wrapper for gimp_selection_feather()
  

Feather the image's selection

This procedure feathers the selection. Feathering is implemented using a gaussian blur.

image

The image.

radius

Radius of feather (in pixels).

Returns