J2KImageReadParam.java | Class | A subclass of ImageReadParam for reading images in
the JPEG 2000 format.
The decoding parameters for JPEG 2000 are listed below:
JPEG 2000 Plugin Decoding Parameters
Parameter Name | Description |
decodingRate |
Specifies the decoding rate in bits per pixel (bpp) where the
number of pixels is related to the image's original size (Note:
this parameter is not affected by resolution ).
The default is Double.MAX_VALUE .
It means decoding with the encoding rate.
|
resolution |
Specifies the resolution level wanted for the decoded image
(0 means the lowest available resolution, the resolution
level gives an image with the original dimension). | J2KImageWriteParam.java | Class | A subclass of ImageWriteParam for writing images in
the JPEG 2000 format.
JPEG 2000 plugin supports to losslessly or lossy compress gray-scale,
RGB, and RGBA images with byte, unsigned short or short data type. |
|