gimp_image_get_channel_by_tattoo << INDEX >> gimp_image_get_cmap

gimp_image_get_channels (1995-1996)

NAME
gimp_image_get_channels - Returns the list of channels contained in the specified image.
SYNOPSIS
(num_channels,channel_ids) = gimp_image_get_channels (image)
DESCRIPTION
This procedure returns the list of channels contained in the specified image. This does not include the selection mask, or layer masks. The order is from topmost to bottommost.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32num_channelsThe number of channels contained in the image
INT32ARRAYchannel_idsThe list of channels contained in the image
SOME SYNTAX ALTERNATIVES
channel_ids = $image->get_channels
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>