Gimp.get_images

function get_images(): Array(Gimp.Image) {
    // Gjs wrapper for gimp_get_images()
}
  

Returns the list of images currently open.

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

Returns

The list of images currently open. The returned value must be freed with g_free().