All Packages Class Hierarchy This Package Previous Next Index
Class Acme.JPM.Encoders.GifEncoder
java.lang.Object
|
+----Acme.JPM.Encoders.ImageEncoder
|
+----Acme.JPM.Encoders.GifEncoder
- public class GifEncoder
- extends ImageEncoder
Write out an image as a GIF.
Fetch the software.
Fetch the entire Acme package.
- See Also:
- ToGif
-
GifEncoder(Image, OutputStream)
- Constructor from Image.
-
GifEncoder(Image, OutputStream, boolean)
- Constructor from Image with interlace setting.
-
GifEncoder(ImageProducer, OutputStream)
- Constructor from ImageProducer.
-
GifEncoder(ImageProducer, OutputStream, boolean)
- Constructor from ImageProducer with interlace setting.
GifEncoder
public GifEncoder(Image img,
OutputStream out) throws IOException
- Constructor from Image.
- Parameters:
- img - The image to encode.
- out - The stream to write the GIF to.
GifEncoder
public GifEncoder(Image img,
OutputStream out,
boolean interlace) throws IOException
- Constructor from Image with interlace setting.
- Parameters:
- img - The image to encode.
- out - The stream to write the GIF to.
- interlace - Whether to interlace.
GifEncoder
public GifEncoder(ImageProducer prod,
OutputStream out) throws IOException
- Constructor from ImageProducer.
- Parameters:
- prod - The ImageProducer to encode.
- out - The stream to write the GIF to.
GifEncoder
public GifEncoder(ImageProducer prod,
OutputStream out,
boolean interlace) throws IOException
- Constructor from ImageProducer with interlace setting.
- Parameters:
- prod - The ImageProducer to encode.
- out - The stream to write the GIF to.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs