gimp_image_set_resolution << INDEX >> gimp_image_set_unit

gimp_image_set_tattoo_state (2000)

NAME
gimp_image_set_tattoo_state - Set the tattoo state associated with the image.
SYNOPSIS
gimp_image_set_tattoo_state (image,tattoo)
DESCRIPTION
This procedure sets the tattoo state of the image. Use only by save/load plugins that wish to preserve an images tattoo state. Using this function at other times will produce unexpected results. A full check of uniqueness of states in layers, channels and paths will be performed by this procedure and a execution failure will be returned if this fails. A failure will also be returned if the new tattoo state value is less than the maximum tattoo value from all of the tattoos from the paths,layers and channels. After the image data has been loaded and all the tattoos have been set then this is the last procedure that should be called. If effectively does a status check on the tattoo values that have been set to make sure that all is OK.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32tattooThe new tattoo state of the image
SOME SYNTAX ALTERNATIVES
$image->set_tattoo_state (tattoo)
AUTHOR
Andy Thomas
(c)2000 Andy Thomas


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>