C# Class FlatRedBall.IO.GifLoader

Class responsible for loading GIF files.
For information, see: http://www.fileformat.info/format/gif/
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
GetImageDataList ( string gifFileName ) : ImageDataList

Private Methods

Method Description
FillDictionary ( ) : void
FillUncompressedColorIndexBuffer ( byte data, int &currentEntrySize, bool &firstRead ) : void
ReadApplicationExtensionBlock ( BinaryReader reader ) : void
ReadCommonExtensionBlock ( BinaryReader reader ) : void
ReadGraphicsControlExtension ( BinaryReader reader ) : void
ReadImageDescriptor ( BinaryReader reader ) : void
TryReadGlobalColorTable ( BinaryReader reader ) : void

Method Details

GetImageDataList() public static method

public static GetImageDataList ( string gifFileName ) : ImageDataList
gifFileName string
return ImageDataList