ASJpeg2000ExportConfiguration

Inheritance: java.lang.Object, ImageExportConfiguration

The JPEG 2000 file format export configuration.

Methods

MethodDescription
getComments()Gets or sets the Jpeg comment markers.
getCodec()Gets or sets the JPEG2000 codec
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.
getIrreversible()Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).

getComments()

String[] getComments()

Gets or sets the Jpeg comment markers.

Returns: String[] - The Jpeg comment markers.

getCodec()

Jpeg2000CodecEnum getCodec()

Gets or sets the JPEG2000 codec

Returns: Jpeg2000CodecEnum - The JPEG2000 codec

See Also: Jpeg2000CodecEnum

getCompressionRatios()

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.

Returns: int[] - The compression ratios.

getIrreversible()

boolean getIrreversible()

Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).

Returns: boolean - a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression