|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
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 Image
with the absolute position (0,0), indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame from the specified Image
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 Image
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 Image
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 Image
with the specified absolute position, indefinite delay and GifFrame.DISPOSAL_METHOD_DO_NOT_DISPOSE disposal method.
GifFrame from the specified Image
with the specified absolute position, one of the predefined disposal methods and indefinite delay.
GifFrame from the specified Image
with the specified absolute position, delay and one of the predefined disposal methods.
GifFrame class) and to
contain the next general gif 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.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||