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 Java Image IO plugin writer for encoding a RenderedImage into
a JPEG 2000 part 1 file (JP2) format.
This writer has the capability to (1) Losslessly encode
RenderedImages with an IndexColorModel (for
example, bi-level or color indexed images).