示例#1
0
文件: libcms.py 项目: sahwar/sk1-wx
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)
示例#2
0
def save_srgb_profile(path):
    """
	Saves content of built-in sRGB profile.
	"""
    import srgb_profile_rc
    srgb_profile_rc.save_resource(path)
示例#3
0
def save_srgb_profile(path):
	"""
	Saves content of built-in sRGB profile.
	"""
	import srgb_profile_rc
	srgb_profile_rc.save_resource(path)