|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GifImage in com.gif4j.light |
| Methods in com.gif4j.light that return GifImage | |
GifImage |
GifImage.addGifFrame(GifFrame frame)
Add the specified frame to the end of the internal sequence. |
| Methods in com.gif4j.light with parameters of type GifImage | |
static void |
GifEncoder.encode(GifImage gifImage,
java.io.OutputStream outputStream)
Encode and write out the data contained in the GifImage to the specified
output stream in the GIF image file format ('89a' version). |
static void |
GifEncoder.encode(GifImage gifImage,
java.io.OutputStream outputStream,
boolean forceGlobalColorTableUsage)
Encode and write out the data contained in the GifImage to the specified
output stream in the GIF file format ('89a' version). |
static void |
GifEncoder.encode(GifImage gifImage,
java.io.File output)
Encode and write out the data contained in the GifImage to a
File in the GIF output format ('89a' version). |
static void |
GifEncoder.encode(GifImage gifImage,
java.io.File output,
boolean forceGlobalColorTableUsage)
Encode and write out the data contained in the GifImage to a
File in the GIF output format ('89a' version). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||