Gimp.Image.get_parasite

@accepts(Gimp.Image, unicode)
@returns(Gimp.Parasite)
def get_parasite(self, name):
    # Python wrapper for gimp_image_get_parasite()
  

Look up a parasite in an image

Finds and returns the parasite that was previously attached to an image.

Since 2.8

self

The image.

name

The name of the parasite to find.

Returns