feather


Description:

public static bool feather (Image image, double radius)

Feather the image's selection

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

Parameters:

image

The image.

radius

Radius of feather (in pixels).

Returns:

TRUE on success.