Package com.kheops.util.encoders
Class GifEncoder
java.lang.Object
com.kheops.util.encoders.GifEncoder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(Image image, OutputStream os) Encodes the specified image to the specified output stream.
-
Constructor Details
-
GifEncoder
public GifEncoder()
-
-
Method Details
-
encode
Encodes 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
-