public interface ASJpegExportConfiguration extends ImageExportConfiguration
The JPEG file format export configuration.
Modifier and Type | Method and Description |
---|---|
byte |
getBitsPerChannel()
Gets bits per channel for lossless jpeg image.
|
com.aspose.cad.sources.StreamSource |
getCmykColorProfile()
The destination CMYK color profile for CMYK jpeg images.
|
JpegCompressionColorMode |
getColorType()
Gets the color type for jpeg image.
|
String |
getComment()
Gets the jpeg file comment.
|
JpegCompressionMode |
getCompressionType()
Gets the compression type.
|
com.aspose.imaging.exif.JpegExifData |
getExifData()
Get or set exif data container
|
byte[] |
getHorizontalSampling()
Gets the horizontal subsamplings for each component.
|
int |
getJpegLsAllowedLossyError()
Gets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).
|
JpegLsInterleaveMode |
getJpegLsInterleaveMode()
Gets the JPEG-LS interleave mode.
|
com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters |
getJpegLsPreset()
Gets the JPEG-LS preset parameters.
|
boolean |
getPreblendAlphaIfPresent()
Gets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.
|
int |
getQuality()
Gets image quality.
|
com.aspose.cad.imageoptions.RdOptimizerSettings |
getRdOptSettings()
Gets the RD optimizer settings.
|
ResolutionUnit |
getResolutionUnit()
Gets the resolution unit.
|
com.aspose.cad.sources.StreamSource |
getRgbColorProfile()
The destination RGB color profile for CMYK jpeg images.
|
SampleRoundingMode |
getSampleRoundingMode()
Gets the sample rounding mode to fit an 8-bit value to an n-bit value.
|
byte[] |
getVerticalSampling()
Gets the vertical subsamplings for each component.
|
com.aspose.cad.xmp.XmpPacketWrapper |
getXmpData()
Gets the XMP metadata container.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
com.aspose.cad.xmp.XmpPacketWrapper getXmpData()
Gets the XMP metadata container.
String getComment()
Gets the jpeg file comment.
com.aspose.imaging.exif.JpegExifData getExifData()
Get or set exif data container
JpegCompressionMode getCompressionType()
Gets the compression type.
JpegCompressionColorMode getColorType()
Gets the color type for jpeg image.
byte getBitsPerChannel()
Gets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.
int getQuality()
Gets image quality.
com.aspose.cad.imageoptions.RdOptimizerSettings getRdOptSettings()
Gets the RD optimizer settings.
com.aspose.cad.sources.StreamSource getRgbColorProfile()
The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
com.aspose.cad.sources.StreamSource getCmykColorProfile()
The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
int getJpegLsAllowedLossyError()
Gets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).
JpegLsInterleaveMode getJpegLsInterleaveMode()
Gets the JPEG-LS interleave mode.
com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters getJpegLsPreset()
Gets the JPEG-LS preset parameters.
byte[] getHorizontalSampling()
Gets the horizontal subsamplings for each component.
byte[] getVerticalSampling()
Gets the vertical subsamplings for each component.
SampleRoundingMode getSampleRoundingMode()
Gets the sample rounding mode to fit an 8-bit value to an n-bit value. P:JpegOptions.BitsPerChannel
boolean getPreblendAlphaIfPresent()
Gets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.
ResolutionUnit getResolutionUnit()
Gets the resolution unit.