Gimp.Image.prototype.convert_color_profile
function convert_color_profile(profile: Gimp.ColorProfile, intent: Gimp.ColorRenderingIntent, bpc: Boolean): Boolean {
// Gjs wrapper for gimp_image_convert_color_profile()
}
Convert the image's layers to a color profile
This procedure converts from the image's color profile (or the default RGB profile if none is set) to the given color profile. Only RGB color profiles are accepted.
Since 2.10
- profile
The color profile to convert to.
- intent
Rendering intent.
- bpc
Black point compensation.
- Returns
TRUE on success.