gimp_edit_stroke << INDEX >> gimp_equalize

gimp_ellipse_select (1995-1996)

NAME
gimp_ellipse_select - Create an elliptical selection over the specified image.
SYNOPSIS
gimp_ellipse_select (image,x,y,width,height,operation,antialias,feather,feather_radius)
DESCRIPTION
This tool creates an elliptical selection over the specified image. The elliptical region can be either added to, subtracted from, or replace the contents of the previous selection mask. If antialiasing is turned on, the edges of the elliptical region will contain intermediate values which give the appearance of a sharper, less pixelized edge. This should be set as TRUE most of the time. If the feather option is enabled, the resulting selection is blurred before combining. The blur is a gaussian blur with the specified feather radius.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
FLOATxx coordinate of upper-left corner of ellipse bounding box
FLOATyy coordinate of upper-left corner of ellipse bounding box
FLOATwidthThe width of the ellipse: 0 < width
FLOATheightThe height of the ellipse: 0 < height
INT32operationThe selection operation: { ADD (0), SUB (1), REPLACE (2), INTERSECT (3) }
INT32antialiasAntialiasing (TRUE or FALSE)
INT32featherFeather option for selections
FLOATfeather_radiusRadius for feather operation
SOME SYNTAX ALTERNATIVES
$image->ellipse_select (x,y,width,height,operation,antialias,feather,feather_radius)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>