gimp_image_get_selection << INDEX >> gimp_image_get_unit

gimp_image_get_tattoo_state (2000)

NAME
gimp_image_get_tattoo_state - Returns the tattoo state associated with the image.
SYNOPSIS
tattoo = gimp_image_get_tattoo_state (image)
DESCRIPTION
This procedure returns 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.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32tattooThe tattoo state associated with the image
SOME SYNTAX ALTERNATIVES
tattoo = $image->get_tattoo_state
AUTHOR
Andy Thomas
(c)2000 Andy Thomas


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