Gimp.list_images

@returns([Gimp.Image])
def list_images():
    # Python wrapper for gimp_list_images()
  

Returns the list of images currently open.

This procedure returns the list of images currently open in GIMP.

Since 3.0

Returns