C# Класс FlatRedBall.IO.GifLoader

Class responsible for loading GIF files.
For information, see: http://www.fileformat.info/format/gif/
Показать файл Открыть проект

Открытые методы

Метод Описание
GetImageDataList ( string gifFileName ) : ImageDataList

Приватные методы

Метод Описание
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

Описание методов

GetImageDataList() публичный статический Метод

public static GetImageDataList ( string gifFileName ) : ImageDataList
gifFileName string
Результат ImageDataList