C# Class Jillzhang.GifUtility.GifEncoder

Gif编码器GifEncoder
Show file Open project: nathanaeljones/GifLib Class Usage Examples

Private Methods

Method Description
Encode ( GifImage gifImage, string gifPath ) : void
GetColotTable ( byte table, int transIndex ) : Hashtable
GetImagePixels ( Bitmap image, byte colorTab, int transIndex ) : byte[]
SetFrames ( List frames, StreamHelper streamHelper, Stream fs ) : void