Package com.kheops.util.encoders
Class GifEncoder
java.lang.Object
com.kheops.util.encoders.GifEncoder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidencode(Image image, OutputStream os) Encodes the specified image to the specified output stream.
- 
Constructor Details- 
GifEncoderpublic GifEncoder()
 
- 
- 
Method Details- 
encodeEncodes the specified image to the specified output stream.- Parameters:
- image- the image to encode.
- os- the output stream which will receive the encoded image.
- Throws:
- IOException
 
 
-