Deprecated: Use 'gimp-image-select-polygon' instead.
Deprecated: Use 'gimp-image-select-polygon' instead.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
PF_INT | num-segs | Number of points (count 1 coordinate as two points) (num-segs >= 2) |
unknown | segs | Array of points: { p1.x, p1.y, p2.x, p2.y, ..., pn.x, pn.y} |
PF_INT | operation | The selection operation { CHANNEL-OP-ADD (0), CHANNEL-OP-SUBTRACT (1), CHANNEL-OP-REPLACE (2), CHANNEL-OP-INTERSECT (3) } |
PF_INT | antialias | Antialiasing (TRUE or FALSE) |
PF_INT | feather | Feather option for selections (TRUE or FALSE) |
PF_FLOAT | feather-radius | Radius for feather operation (feather-radius >= 0) |
None