Package | Description |
---|---|
com.aspose.imaging.fileformats.jpeg |
The package handles Jpeg file format processing.
|
com.aspose.imaging.fileformats.psd |
The package handles Psd file format processing.
|
com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
Modifier and Type | Method and Description |
---|---|
StreamSource |
JpegImage.getCmykColorProfile()
The CMYK color profile for CMYK and YCCK jpeg images.
|
StreamSource |
JpegImage.getDestinationCmykColorProfile()
The CMYK color profile for CMYK and YCCK jpeg images, used for image saving process.
|
StreamSource |
JpegImage.getDestinationRgbColorProfile()
The RGB color profile for CMYK and YCCK jpeg images, used for image saving process.
|
StreamSource |
JpegImage.getRgbColorProfile()
The RGB color profile for CMYK and YCCK jpeg images.
|
Modifier and Type | Method and Description |
---|---|
void |
JpegImage.setCmykColorProfile(StreamSource value)
The CMYK color profile for CMYK and YCCK jpeg images.
|
void |
JpegImage.setDestinationCmykColorProfile(StreamSource value)
The CMYK color profile for CMYK and YCCK jpeg images, used for image saving process.
|
void |
JpegImage.setDestinationRgbColorProfile(StreamSource value)
The RGB color profile for CMYK and YCCK jpeg images, used for image saving process.
|
void |
JpegImage.setRgbColorProfile(StreamSource value)
The RGB color profile for CMYK and YCCK jpeg images.
|
Modifier and Type | Method and Description |
---|---|
StreamSource |
PsdImage.getCmykColorProfile()
The CMYK color profile for CMYK PSD images.
|
StreamSource |
PsdImage.getGrayColorProfile()
The GRAY (monochrome) color profile for Grayscale PSD images.
|
StreamSource |
PsdImage.getRgbColorProfile()
The RGB color profile for CMYK PSD images.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.setCmykColorProfile(StreamSource value)
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)
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.
|