Method

GimpImageset_color_profile

since: 2.10

Declaration [src]

gboolean
gimp_image_set_color_profile (
  GimpImage* image,
  GimpColorProfile* profile
)

Description [src]

Sets the image’s color profile

This procedure sets the image’s color profile.

Available since: 2.10

Parameters

profile

Type: GimpColorProfile

A GimpColorProfile, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success.