RenderedImage
s with an IndexColorModel
(for example, bi-level or color indexed images). (2) Losslessly or lossy encode RenderedImage
with a byte, short, ushort or integer types with band number upto 16384. (3) Encode an image with alpha channel. (4) Write the provided metadata into the code stream. It also can encode a raster wrapped in the provided IIOImage
. The encoding process may re-tile image, clip, subsample, and select bands using the parameters specified in the ImageWriteParam
.
@see com.sun.media.imageio.plugins.J2KImageWriteParam
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|