com.sun.jimi.core.encoder.bmp
Class BMP8Encoder

java.lang.Object
  |
  +--com.sun.jimi.core.encoder.bmp.BMP8Encoder

public class BMP8Encoder
extends java.lang.Object
implements BMPEncoderIfc

Encoder class for 8bpp BMP images.


Constructor Summary
BMP8Encoder()
           
 
Method Summary
 void encodeBMP(BMPEncoder encoder, AdaptiveRasterImage ji, LEDataOutputStream out)
          Write out the data contained in the JimiImage to the output stream in the bmp file format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMP8Encoder

public BMP8Encoder()
Method Detail

encodeBMP

public void encodeBMP(BMPEncoder encoder,
                      AdaptiveRasterImage ji,
                      LEDataOutputStream out)
               throws JimiException
Write out the data contained in the JimiImage to the output stream in the bmp file format. Currently this write any and all data out in the 8 bit BMP file format.
Specified by:
encodeBMP in interface BMPEncoderIfc