Gimp.Selection.save
@accepts(Gimp.Image)
@returns(Gimp.Channel)
def save(image):
# Python wrapper for gimp_selection_save()
Copy the selection mask to a new channel.
This procedure copies the selection mask and stores the content in a new channel. The new channel is automatically inserted into the image's list of channels.
- image
The image.
- Returns