Gimp.list_images
function list_images(): Array(Gimp.Image) {
// Gjs 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
The list of images currently open. The returned list must be freed with g_list_free(). Image elements belong to libgimp and must not be freed.