gimp_image_get_resolution << INDEX >>
gimp_image_get_tattoo_state
gimp_image_get_selection (1995-1996)
- NAME
- gimp_image_get_selection - Returns the specified image's selection.
- SYNOPSIS
- selection = gimp_image_get_selection (image)
- DESCRIPTION
- This will always return a valid ID for a selection -- which is represented as a channel internally.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| SELECTION | selection | The selection channel |
- SOME SYNTAX ALTERNATIVES
- selection = $image->get_selection
- 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>