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

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

public class TGA8Encoder
extends java.lang.Object
implements TGAEncoderIfc

Encoder class for 8-bit TGA images.


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

TGA8Encoder

public TGA8Encoder()
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 8 bit TGA file format. [ does not output Alpha chanel ]
Specified by:
encodeTGA in interface TGAEncoderIfc