gimp_image_add_hguide << INDEX >> gimp_image_add_layer_mask

gimp_image_add_layer (1995-1996)

NAME
gimp_image_add_layer - Add the specified layer to the image.
SYNOPSIS
gimp_image_add_layer (image,layer,position)
DESCRIPTION
This procedure adds the specified layer to the gimage at the given position. If the position is specified as -1, then the layer is inserted at the top of the layer stack. If the layer to be added has no alpha channel, it must be added at position 0. The layer type must be compatible with the image base type.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
LAYERlayerThe layer
INT32positionThe layer position
SOME SYNTAX ALTERNATIVES
$image->add_layer (layer,position)
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>