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):
...
Parameter | Type | Description |
---|---|---|
icc_profile_path | str | The 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):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The stream containing the ICC profile to take as a resource. |
See Also
- module
aspose.page.xps
- class
XpsDocument
- class
XpsIccProfile