Gimp.Selection.all

@accepts(Gimp.Image)
@returns(bool)
def all(image):
    # Python wrapper for gimp_selection_all()
  

Select all of the image.

This procedure sets the selection mask to completely encompass the image. Every pixel in the selection channel is set to 255.

image

The image.

Returns