public class Jpeg2000LoadOptions extends LoadOptions
JPEG2000 load options
Constructor and Description |
---|
Jpeg2000LoadOptions()
Initializes a new instance of the
Jpeg2000LoadOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumDecodingTime()
Gets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).
|
void |
setMaximumDecodingTime(int value)
Sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).
|
getBufferSizeHint, getDataBackgroundColor, getDataRecoveryMode, getProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setDataBackgroundColor, setDataRecoveryMode, setProgressEventHandler, setUseIccProfileConversion
public Jpeg2000LoadOptions()
Initializes a new instance of the Jpeg2000LoadOptions
class.
public int getMaximumDecodingTime()
Gets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).
public void setMaximumDecodingTime(int value)
Sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).
value
- The maximum decoding time.