Gimp.Image.attach_parasite

@accepts(Gimp.Image, Gimp.Parasite)
@returns(bool)
def attach_parasite(self, parasite):
    # Python wrapper for gimp_image_attach_parasite()
  

Add a parasite to an image.

This procedure attaches a parasite to an image. It has no return values.

Since 2.8

self

The image.

parasite

The parasite to attach to an image.

Returns