Class BMPImageWriter

java.lang.Object
javax.imageio.ImageWriter
com.github.jaiimageio.impl.plugins.bmp.BMPImageWriter
All Implemented Interfaces:
BMPConstants, ImageTranscoder

public class BMPImageWriter extends ImageWriter implements BMPConstants
The Java Image IO plugin writer for encoding a binary RenderedImage into a BMP format. The encoding process may clip, subsample using the parameters specified in the ImageWriteParam.
See Also: