|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GifImage | |
com.gif4j |
Uses of GifImage in com.gif4j |
Methods in com.gif4j that return GifImage | |
GifImage |
GifImage.addGifFrame(GifFrame frame)
Add the specified frame to the end of the internal sequence. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
MorphingFilter filter)
Add the specified frame to the end of the internal sequence and set the specified morphing filter which will be applied to adding frame before the encoding process starts. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
Watermark watermark)
Add the specified frame to the end of the internal sequence and set the specified watermark which will be applied to adding frame before the encoding process starts. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
MorphingFilter filter,
Watermark watermark)
Add the specified frame to the end of the internal sequence, set the specified morphing filter and watermark which will be applied to adding frame before the encoding process starts. |
Methods in com.gif4j 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
output stream in the GIF89a file format. |
static void |
GifEncoder.encode(GifImage gifImage,
java.io.OutputStream outputStream,
boolean forceGlobalColorTableUsage)
Encode and write out the data contained in the GifImage to the
output stream in the GIF89a file format. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |