Gimp.Image.prototype.detach_parasite
function detach_parasite(name: String): Boolean {
// Gjs 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
- name
The name of the parasite to detach from an image.
- Returns
TRUE on success.