C# Class CSharpImageLibrary.Headers.GIF_Header

Provides information given by GIF file header. Mostly from http://giflib.sourceforge.net/whatsinagif/bits_and_bytes.html
Inheritance: AbstractHeader
Afficher le fichier Open project: KFreon/CSharpImageLibrary

Méthodes publiques

Свойство Type Description
Identifier string

Méthodes publiques

Méthode Description
GIF_Header ( Stream stream ) : System

Reads header from GIF image.

Méthodes protégées

Méthode Description
Load ( Stream stream ) : long

Read header from stream.

Private Methods

Méthode Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

GIF_Header() public méthode

Reads header from GIF image.
public GIF_Header ( Stream stream ) : System
stream Stream Fully formatted GIF image.
Résultat System

Load() protected méthode

Read header from stream.
protected Load ( Stream stream ) : long
stream Stream Stream containing header.
Résultat long

Property Details

Identifier public_oe static_oe property

Characters beginning the file marking it as a GIF image.
public static string Identifier
Résultat string