Gimp.pixbuf_get_icc_profile

@accepts(GdkPixbuf.Pixbuf, gsize)
@returns([guint8])
def pixbuf_get_icc_profile(pixbuf, length):
    # Python wrapper for gimp_pixbuf_get_icc_profile()
  

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

Since 2.10

pixbuf

a GdkPixbuf.Pixbuf

length

return location for the ICC profile's length

Returns