gimp_image_base_type << INDEX >>
gimp_image_delete
gimp_image_clean_all (1995-1996)
- NAME
- gimp_image_clean_all - Set the image dirty count to 0.
- SYNOPSIS
- gimp_image_clean_all (image)
- DESCRIPTION
- This procedure sets the specified image's dirty count to 0, allowing operations to occur without having a 'dirtied' image. This is especially useful for creating and loading images which should not initially be considered dirty, even though layers must be created, filled, and installed in the image.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
- SOME SYNTAX ALTERNATIVES
- $image->clean_all
- 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>