gimp_image_get_layer_by_tattoo << INDEX >> gimp_image_get_resolution

gimp_image_get_layers (1995-1996)

NAME
gimp_image_get_layers - Returns the list of layers contained in the specified image.
SYNOPSIS
(num_layers,layer_ids) = gimp_image_get_layers (image)
DESCRIPTION
This procedure returns the list of layers contained in the specified image. The order of layers is from topmost to bottommost.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32num_layersThe number of layers contained in the image
INT32ARRAYlayer_idsThe list of layers contained in the image
SOME SYNTAX ALTERNATIVES
layer_ids = $image->get_layers
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>