2006, 2007
Sven Neumann
Apply a color profile on the image
This procedure transform from the image's color profile (or the default RGB profile if none is set) to the given ICC color profile. Only RGB color profiles are accepted. The profile is then set on the image using the 'icc-profile' parasite.
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image | Input image |
PF_VALUE | profile | Filename of an ICC color profile |
PF_INT | intent | Rendering intent (enum GimpColorRenderingIntent) |
PF_INT | bpc | Black point compensation |
None