public interface ASJpeg2000ExportConfiguration extends ImageExportConfiguration, Serializable
The JPEG 2000 file format export configuration.
Modifier and Type | Method and Description |
---|---|
Jpeg2000CodecEnum |
getCodec()
Gets or sets the JPEG2000 codec
|
String[] |
getComments()
Gets or sets the Jpeg comment markers.
|
int[] |
getCompressionRatios()
Gets or sets the Array of compression ratio.
|
boolean |
getIrreversible()
Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
String[] getComments()
Gets or sets the Jpeg comment markers.
Jpeg2000CodecEnum getCodec()
Gets or sets the JPEG2000 codec
Jpeg2000CodecEnum
int[] getCompressionRatios()
Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required.
boolean getIrreversible()
Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).