def save_cmyk_profile(path): """Saves content of built-in CMYK profile. :param path: CMYK profile path as a string """ import cmyk_profile_rc cmyk_profile_rc.save_resource(path)
def save_cmyk_profile(path): """ Saves content of built-in CMYK profile. """ import cmyk_profile_rc cmyk_profile_rc.save_resource(path)