Gimp.pixbuf_get_icc_profile

function pixbuf_get_icc_profile(pixbuf: GdkPixbuf.Pixbuf): [return_value: ByteArray, length: Number(gsize)] {
    // Gjs wrapper for gimp_pixbuf_get_icc_profile()
}
  

Returns the ICC profile attached to the pixbuf, or null if there is none.

Since 2.10

pixbuf

a GdkPixbuf.Pixbuf

return_value

The ICC profile data, or null. The value should be freed with g_free().

length

return location for the ICC profile's length