|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
GifImage(-s) from input streams, files and URLs.
GifEncoder is a java class which takes as image(-s), encodes and saves it(them) out to a file or output stream
using the GIF file format (GIF89a version).
GifFrame from the specified BufferedImage
with the absolute position (0,0), indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame from the specified BufferedImage
with the relative position (final position is calculated according to one of the predifined
layout constraint before the final encoding process starts), indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame from the specified BufferedImage
with the relative position (final position is calculated according to one of the predifined
layout constraint before the final encoding process starts), indefinite delay and one of the predefined disposal methods.
GifFrame from the specified BufferedImage
with the relative position (final position is calculated according to one of the predifined
layout constraint before the final encoding process starts), the specified delay and one of the predefined disposal methods.
GifFrame from the specified BufferedImage
with the specified absolute position, indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame from the specified BufferedImage
with the specified absolute position, one of the predefined disposal methods and indefinite delay.
GifFrame from the specified BufferedImage
with the specified absolute position, delay and one of the predefined disposal methods.
GifFrame class) and to
contain the next general gif image specific parameters:
Logical Screen Descriptor - The Logical Screen Descriptor contains the parameters
necessary to define the area of the display device within which the
images will be rendered. GifImage with GifImage.RESIZE_STRATEGY_EXTEND_TO_CURRENT resize strategy
and indefinite general gif image width and height (these parameters will be taken from the first added GifFrame).
GifImage of one of the predefined resize strategies
and indefinite logical screen width and height (these parameters will be taken from the first added GifFrame).
GifImage with GifImage.RESIZE_STRATEGY_SCALE_TO_FIT_IMAGE_SIZE resize strategy
and the specified general logical screen width and height.
GifImage of one of the predefined resize strategies and
general logical screen width and height.
GifImage objects including resize, scale, rotate and flip gif image transform operations.
BufferedImage.
Image.
Color of the TextPainter context.
IndexColorModel
String from comments array at the specified index.
Paint of the TextPainter context.
GifFrame at the specified index in the current frames sequence.
GifFrame in the current frames sequence
Paint of the TextPainter context.
GifImage.setTransparentColor(java.awt.Color) method.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||