org.ceryle.util.image
Class GifEncoder
java.lang.Object
org.ceryle.util.image.ImageEncoder
org.ceryle.util.image.GifEncoder
- All Implemented Interfaces:
- ImageConsumer
public class GifEncoder
- extends ImageEncoder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GifEncoder
public GifEncoder(Image img,
OutputStream out)
throws IOException
- Throws:
IOException
GifEncoder
public GifEncoder(Image img,
OutputStream out,
boolean interlace)
throws IOException
- Throws:
IOException
GifEncoder
public GifEncoder(ImageProducer prod,
OutputStream out)
throws IOException
- Throws:
IOException
GifEncoder
public GifEncoder(ImageProducer prod,
OutputStream out,
boolean interlace)
throws IOException
- Throws:
IOException
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.