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
, orNULL
.The argument can be NULL
.The data is owned by the caller of the function.