Gimp.Image.list_layers

@accepts(Gimp.Image)
@returns([Gimp.Layer])
def list_layers(self):
    # Python wrapper for gimp_image_list_layers()
  

Returns the list of layers contained in the specified image.

This procedure returns the list of layers contained in the specified image. The order of layers is from topmost to bottommost.

Since 3.0

self

The image.

Returns