[ Version ( since = "2.8" ) ]
public bool detach_parasite (string name)
Removes a parasite from an image.
This procedure detaches a parasite from an image.
It will return false if name is invalid (null or empty
string) and true otherwise (even if there was no parasite removed, because no parasite was named like
this).
| this |
The image. |
| name |
The name of the parasite to detach from an image. |
|
TRUE on success. |