C# Class FlatRedBall.IO.GifLoader

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

Méthodes publiques

Méthode Description
GetImageDataList ( string gifFileName ) : ImageDataList

Private Methods

Méthode 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 méthode

public static GetImageDataList ( string gifFileName ) : ImageDataList
gifFileName string
Résultat ImageDataList