gimp_image_remove_channel << INDEX >>
gimp_image_remove_layer_mask
gimp_image_remove_layer (1995-1996)
- NAME
- gimp_image_remove_layer - Remove the specified layer from the image.
- SYNOPSIS
- gimp_image_remove_layer (image,layer)
- DESCRIPTION
- This procedure removes the specified layer from the image. If the layer doesn't exist, an error is returned. If there are no layers left in the image, this call will fail. If this layer is the last layer remaining, the image will become empty and have no active layer.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
| LAYER | layer | The layer |
- SOME SYNTAX ALTERNATIVES
- $image->remove_layer (layer)
- 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>