C# Class CSharpImageLibrary.Headers.TIFF_Header

Information about a TIFF image.
Inheritance: AbstractHeader
Afficher le fichier Open project: KFreon/CSharpImageLibrary

Méthodes publiques

Méthode Description
TIFF_Header ( Stream stream ) : System

Creates TIFF Header from stream containing, at least, a TIFF header.

Méthodes protégées

Méthode Description
Load ( Stream stream ) : long

Loads TIFF header from stream.

Private Methods

Méthode Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

Load() protected méthode

Loads TIFF header from stream.
protected Load ( Stream stream ) : long
stream Stream Fully formatted TIFF image.
Résultat long

TIFF_Header() public méthode

Creates TIFF Header from stream containing, at least, a TIFF header.
public TIFF_Header ( Stream stream ) : System
stream Stream
Résultat System