BrawlCrate v0.41
Wii File Editor
Loading...
Searching...
No Matches
Classes
BrawlLib.Imaging.GIF Namespace Reference

Classes

class  AnimatedGifEncoder
 
class  GifDecoder
 
class  LZWEncoder
 
class  NeuQuant
 

Detailed Description

Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more frames.

Example:
   AnimatedGifEncoder e = new AnimatedGifEncoder();
   e.start(outputFileName);
   e.setDelay(1000);   // 1 frame per sec
   e.addFrame(image1);
   e.addFrame(image2);
   e.finish();

No copyright asserted on the source code of this class. May be used for any purpose, however, refer to the Unisys LZW patent for restrictions on use of the associated LZWEncoder class. Please forward any corrections to kwein.nosp@m.er@f.nosp@m.mswar.nosp@m.e.co.nosp@m.m.

Author
Kevin Weiner, FM Software
Version
1.03 November 2003