Function
Gimppixbuf_get_icc_profile
Declaration [src]
guint8*
gimp_pixbuf_get_icc_profile (
GdkPixbuf* pixbuf,
gsize* length
)
Description [src]
Returns the ICC profile attached to the pixbuf
, or NULL
if there
is none.
Available since: | 2.10 |
Parameters
pixbuf |
GdkPixbuf |
A |
|
The data is owned by the caller of the function. | |
length |
gsize* |
Return location for the ICC profile’s length. |
|
The argument will be set by the function. |