Gimp.ColorProfile.save_to_file

@accepts(Gimp.ColorProfile, Gio.File)
@returns(bool)
def save_to_file(self, file):
    # Python wrapper for gimp_color_profile_save_to_file()
  

This function saves self to file as ICC profile.

Since 2.10

self

a Gimp.ColorProfile

file

a Gio.File

Returns