gimp-image-set-color-profile

Michael Natterer <mitch@gimp.org>

Description

Sets the image's color profile

Help

This procedure sets the image's color profile, or unsets it if NULL is passed as 'color_profile'.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
PF_INT num-bytes Number of bytes in the color_profile array (num-bytes >= 0)
unknown color-profile The new serialized color profile

Return

None