public class Jpeg2000Options extends ImageOptionsBase
The Jpeg2000 file format options.
Constructor and Description |
---|
Jpeg2000Options()
Initializes a new instance of the
Jpeg2000Options class. |
Jpeg2000Options(Jpeg2000Options jpeg2000Options)
Initializes a new instance of the
Jpeg2000Options class. |
Modifier and Type | Method and Description |
---|---|
int |
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).
|
XmpPacketWrapper |
getXmpData()
Gets or sets the XMP metadata container.
|
void |
setCodec(int value)
Gets or sets the JPEG2000 codec
|
void |
setComments(String[] value)
Gets or sets the Jpeg comment markers.
|
void |
setCompressionRatios(int[] value)
Gets or sets the Array of compression ratio.
|
void |
setIrreversible(boolean value)
Sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
|
void |
setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
clone, deepClone, getBufferSizeHint, getDefaultReplacementFont, getFullFrame, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, setBufferSizeHint, setDefaultReplacementFont, setFullFrame, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions
close, dispose, getDisposed
public Jpeg2000Options()
Initializes a new instance of the Jpeg2000Options
class.
public Jpeg2000Options(Jpeg2000Options jpeg2000Options)
Initializes a new instance of the Jpeg2000Options
class.
jpeg2000Options
- The Jpeg2000 file format options to copy settings from.public XmpPacketWrapper getXmpData()
Gets or sets the XMP metadata container.
getXmpData
in class ImageOptionsBase
public void setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
setXmpData
in class ImageOptionsBase
value
- The XMP data container.public String[] getComments()
Gets or sets the Jpeg comment markers.
public void setComments(String[] value)
Gets or sets the Jpeg comment markers.
value
- The Jpeg comment markers.public int getCodec()
Gets or sets the JPEG2000 codec
Jpeg2000Codec
public void setCodec(int value)
Gets or sets the JPEG2000 codec
value
- The JPEG2000 codecJpeg2000Codec
public 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.
public void setCompressionRatios(int[] value)
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.
value
- The compression ratios.public boolean getIrreversible()
Gets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
public void setIrreversible(boolean value)
Sets a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression (default).
value
- a value indicating whether use the irreversible DWT 9-7 (true) or use lossless DWT 5-3 compression