com.sun.jimi.core.encoder.tga
Class TGA24Encoder

java.lang.Object
  |
  +--com.sun.jimi.core.encoder.tga.TGA24Encoder

public class TGA24Encoder
extends java.lang.Object
implements TGAEncoderIfc

Encoder class for 24bpp TGA images.


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

Constructor Detail

TGA24Encoder

public TGA24Encoder()
Method Detail

encodeTGA

public void encodeTGA(AdaptiveRasterImage ji,
                      LEDataOutputStream out)
               throws JimiException
Write out the data contained in the JimiImage to the output stream in the tga file format. Currently this write any and all data out in the 24 bit TGA file format. [ does not output Alpha chanel ]
Specified by:
encodeTGA in interface TGAEncoderIfc