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

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

public class BMP24Encoder
extends java.lang.Object
implements BMPEncoderIfc

Encoder class for 24-bit BMP images.


Constructor Summary
BMP24Encoder()
           
 
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

BMP24Encoder

public BMP24Encoder()
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 24 bit BMP file format.
Specified by:
encodeBMP in interface BMPEncoderIfc