def save_srgb_profile(path): """Saves content of built-in sRGB profile. :param path: sRGB profile path as a string """ import srgb_profile_rc srgb_profile_rc.save_resource(path)
def save_srgb_profile(path): """ Saves content of built-in sRGB profile. """ import srgb_profile_rc srgb_profile_rc.save_resource(path)