plug-in-icc-profile-apply

Sven Neumann

Description

Apply a color profile on the image

Help

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.


Type

unknown

Parameters

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

Return

None