create_icc_profile method

create_icc_profile

Creates a new ICC profile resource out of ICC profile file located at the icc_profile_path.

Returns

New ICC profile resource.

def create_icc_profile(self, icc_profile_path):
    ...
ParameterTypeDescription
icc_profile_pathstrThe path to the ICC profile to take as a resource.

create_icc_profile

Creates a new ICC profile resource out of stream.

Returns

New ICC profile resource.

def create_icc_profile(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream containing the ICC profile to take as a resource.

See Also