- sample - Variable in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
- samplefac - Variable in class com.madgag.gif.fmsware.NeuQuant
-
- setBackground(Color) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the background color for the last added frame
and any subsequent frames.
- setDelay(int) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the delay time between each frame, or changes it
for subsequent frames (applies to last frame added).
- setDispose(int) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the GIF frame disposal code for the last added frame
and any subsequent frames.
- setFrameRate(float) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets frame rate in frames per second.
- setPixels() - Method in class com.madgag.gif.fmsware.GifDecoder
-
Creates new frame image from current data (and previous
frames as specified by their disposition codes).
- setQuality(int) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets quality of color quantization (conversion of images
to the maximum 256 colors allowed by the GIF specification).
- setRepeat(int) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the number of times the set of GIF frames
should be played.
- setSize(int, int) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the GIF frame size.
- setTransparent(Color) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the transparent color for the last added frame
and any subsequent frames.
- setTransparent(Color, boolean) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Sets the transparent color for the last added frame
and any subsequent frames.
- sizeSet - Variable in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
- skip() - Method in class com.madgag.gif.fmsware.GifDecoder
-
Skips variable length blocks up to and including
next zero length block.
- start(OutputStream) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Initiates GIF file creation on the given stream.
- start(String) - Method in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
Initiates writing of a GIF file with the specified name.
- started - Variable in class com.madgag.gif.fmsware.AnimatedGifEncoder
-
- status - Variable in class com.madgag.gif.fmsware.GifDecoder
-
- STATUS_FORMAT_ERROR - Static variable in class com.madgag.gif.fmsware.GifDecoder
-
File read status: Error decoding file (may be partially decoded)
- STATUS_OK - Static variable in class com.madgag.gif.fmsware.GifDecoder
-
File read status: No errors.
- STATUS_OPEN_ERROR - Static variable in class com.madgag.gif.fmsware.GifDecoder
-
File read status: Unable to open source.
- suffix - Variable in class com.madgag.gif.fmsware.GifDecoder
-