Gimp.Image.delete_guide
@accepts(Gimp.Image, int)
@returns(bool)
def delete_guide(self, guide):
# Python wrapper for gimp_image_delete_guide()
Deletes a guide from an image.
This procedure takes an image and a guide ID as input and removes the specified guide from the specified image.
- self
The image.
- guide
The ID of the guide to be removed.
- Returns