Package | Description |
---|---|
com.aspose.psd.fileformats.psd | |
com.aspose.psd.imageoptions |
Modifier and Type | Method and Description |
---|---|
StreamSource |
PsdImage.getCmykColorProfile()
Gets or sets the CMYK color profile for CMYK PSD images.
|
StreamSource |
PsdImage.getGrayColorProfile()
Gets or sets the GRAY (monochrome) color profile for Grayscale PSD images.
|
StreamSource |
PsdImage.getRgbColorProfile()
Gets or sets the RGB color profile for CMYK PSD images.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.setCmykColorProfile(StreamSource value)
Gets or sets the CMYK color profile for CMYK PSD images.
|
void |
PsdImage.setGrayColorProfile(StreamSource value)
The GRAY (monochrome) color profile for Grayscale PSD images.
|
void |
PsdImage.setRgbColorProfile(StreamSource value)
Gets or sets the RGB color profile for CMYK PSD images.
|
Modifier and Type | Method and Description |
---|---|
StreamSource |
JpegOptions.getCmykColorProfile()
The destination CMYK color profile for CMYK jpeg images.
|
StreamSource |
JpegOptions.getRgbColorProfile()
The destination RGB color profile for CMYK jpeg images.
|
Modifier and Type | Method and Description |
---|---|
void |
JpegOptions.setCmykColorProfile(StreamSource value)
The destination CMYK color profile for CMYK jpeg images.
|
void |
JpegOptions.setRgbColorProfile(StreamSource value)
The destination RGB color profile for CMYK jpeg images.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.