gimp_path_get_points << INDEX >> gimp_path_list

gimp_path_get_tattoo (1999)

NAME
gimp_path_get_tattoo - Returns the tattoo associated with the name path.
SYNOPSIS
tattoo = gimp_path_get_tattoo (image,pathname)
DESCRIPTION
This procedure returns the tattoo associated with the specified path. A tattoo is a unique and permanent identifier attached to a path that can be used to uniquely identify a path within an image even between sessions.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
STRINGpathnamethe name of the path whose tattoo should be obtained
RETURN VALUES
TYPENAMEDESCRIPTION
INT32tattooThe tattoo associated with the name path
SOME SYNTAX ALTERNATIVES
tattoo = $image->path_get_tattoo (pathname)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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