| An instance of ImageEncodeParam for encoding images in
the BMP format.
This class allows for the specification of various parameters
while encoding (writing) a BMP format image file. By default, the
version used is VERSION_3, no compression is used, and the data layout
is bottom_up, such that the pixels are stored in bottom-up order, the
first scanline being stored last.
This class is not a committed part of the JAI API. It may
be removed or changed in future releases of JAI.
|