TIEGlobalSettings.JPEG2000SliceMemoryThreshold
Declaration
property JPEG2000SliceMemoryThreshold: Integer;
Description
On loading JPEG2000 images this setting specifies the maximum memory usable by the decoder or encoder (in Bytes).
If loading image requires more memory than this threshold the image is loaded by slices.
If saving image requires more memory than this threshold the image is saved by tiles.
Setting 0 means never slice or never tile.
Default: 300000000 (i.e. 30 MB)