gimp-image-get-color-profile

Michael Natterer <mitch@gimp.org>

Description

Returns the image's color profile

Help

This procedure returns the image's color profile, or NULL if the image has no color profile assigned.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image

Return

Type Name Description
PF_INT num-bytes Number of bytes in the color_profile array (num-bytes >= 0)
unknown profile-data The image's serialized color profile. The returned value must be freed with g_free()