gimp_image_add_vguide << INDEX >> gimp_image_clean_all

gimp_image_base_type (1995-1996)

NAME
gimp_image_base_type - Get the base type of the image.
SYNOPSIS
base_type = gimp_image_base_type (image)
DESCRIPTION
This procedure returns the image's base type. Layers in the image must be of this subtype, but can have an optional alpha channel.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32base_typeThe image's base type: { RGB (0), GRAY (1), INDEXED (2) }
SOME SYNTAX ALTERNATIVES
base_type = $image->base_type
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>