C# Class CSharpImageLibrary.Headers.TIFF_Header

Information about a TIFF image.
Inheritance: AbstractHeader
Show file Open project: KFreon/CSharpImageLibrary

Public Methods

Method Description
TIFF_Header ( Stream stream ) : System

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

Protected Methods

Method Description
Load ( Stream stream ) : long

Loads TIFF header from stream.

Private Methods

Method Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

Load() protected method

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

TIFF_Header() public method

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