Package helma.image
Class GIFEncoder
java.lang.Object
helma.image.GIFEncoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(BufferedImage bi, DataOutput out) void
encode
(BufferedImage bi, DataOutput out, boolean interlace, String comment)
-
Constructor Details
-
GIFEncoder
public GIFEncoder()
-
-
Method Details
-
encode
- Throws:
IOException
-
encode
public void encode(BufferedImage bi, DataOutput out, boolean interlace, String comment) throws IOException - Throws:
IOException
-