Gimp.Image.set_color_profile
@accepts(Gimp.Image, Gimp.ColorProfile)
@returns(bool)
def set_color_profile(self, profile):
# Python wrapper for gimp_image_set_color_profile()
Sets the image's color profile
This procedure sets the image's color profile.
Since 2.10
- self
The image.
- profile
A Gimp.ColorProfile, or None.
- Returns