Gimp.ColorManaged.get_icc_profile
@accepts(Gimp.ColorManaged, gsize)
@returns([guint8])
def get_icc_profile(self, len):
# Python wrapper for gimp_color_managed_get_icc_profile()
Since 2.4
- self
an object the implements the Gimp.ColorManaged interface
- len
return location for the number of bytes in the profile data
- Returns