gimp_image_parasite_detach << INDEX >> gimp_image_parasite_list

gimp_image_parasite_find (1998)

NAME
gimp_image_parasite_find - Finds the named parasite in an image
SYNOPSIS
parasite = gimp_image_parasite_find (image,name)
DESCRIPTION
Finds and returns the named parasite that was previously attached to an image.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
STRINGnameThe name of the parasite to find
RETURN VALUES
TYPENAMEDESCRIPTION
PARASITEparasiteThe found parasite
SOME SYNTAX ALTERNATIVES
parasite = $image->parasite_find (name)
AUTHOR
Jay Cox
(c)1998 Jay Cox


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