Gimp.Image.detach_parasite
@accepts(Gimp.Image, unicode)
@returns(bool)
def detach_parasite(self, name):
# Python wrapper for gimp_image_detach_parasite()
Removes a parasite from an image.
This procedure detaches a parasite from an image. It has no return values.
Since 2.8
- self
The image.
- name
The name of the parasite to detach from an image.
- Returns