Jpeg2000LoadOptions

Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions

public class Jpeg2000LoadOptions extends LoadOptions

JPEG2000 load options

Constructors

ConstructorDescription
Jpeg2000LoadOptions()Initializes a new instance of the Jpeg2000LoadOptions class.

Methods

MethodDescription
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).
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).
getMaximumDecodingTimeForTile()Gets the maximum decoding time for tile.
setMaximumDecodingTimeForTile(int value)Sets the maximum decoding time for tile.

Jpeg2000LoadOptions()

public Jpeg2000LoadOptions()

Initializes a new instance of the Jpeg2000LoadOptions class.

getMaximumDecodingTime()

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).

Returns: int - The maximum decoding time.

setMaximumDecodingTime(int value)

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).

Parameters:

ParameterTypeDescription
valueintThe maximum decoding time.

getMaximumDecodingTimeForTile()

public final int getMaximumDecodingTimeForTile()

Gets the maximum decoding time for tile.

Value: The maximum decoding time for tile.

Returns: int - the maximum decoding time for tile.

setMaximumDecodingTimeForTile(int value)

public final void setMaximumDecodingTimeForTile(int value)

Sets the maximum decoding time for tile.

Value: The maximum decoding time for tile.

Parameters:

ParameterTypeDescription
valueintthe maximum decoding time for tile.