Gimp.Image.get_color_profile
@accepts(Gimp.Image)
@returns(Gimp.ColorProfile)
def get_color_profile(self):
# Python wrapper for gimp_image_get_color_profile()
Returns the image's color profile
This procedure returns the image's color profile, or NULL if the image has no color profile assigned.
Since 2.10
- self
The image.
- Returns