Gimp.Image.convert_grayscale
@accepts(Gimp.Image)
@returns(bool)
def convert_grayscale(self):
# Python wrapper for gimp_image_convert_grayscale()
Convert specified image to grayscale
This procedure converts the specified image to grayscale. This process requires an image in RGB or Indexed color mode.
- self
The image.
- Returns