Gimp.Image.get_selection
@accepts(Gimp.Image)
@returns(Gimp.Selection)
def get_selection(self):
# Python wrapper for gimp_image_get_selection()
Returns the specified image's selection.
This will always return a valid ID for a selection -- which is represented as a channel internally.
- self
The image.
- Returns