C# 클래스 CSharpImageLibrary.Headers.GIF_Header

Provides information given by GIF file header. Mostly from http://giflib.sourceforge.net/whatsinagif/bits_and_bytes.html
상속: AbstractHeader
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 프로퍼티들

프로퍼티 타입 설명
Identifier string

공개 메소드들

메소드 설명
GIF_Header ( Stream stream ) : System

Reads header from GIF image.

보호된 메소드들

메소드 설명
Load ( Stream stream ) : long

Read header from stream.

비공개 메소드들

메소드 설명
CheckIdentifier ( byte IDBlock ) : bool

메소드 상세

GIF_Header() 공개 메소드

Reads header from GIF image.
public GIF_Header ( Stream stream ) : System
stream Stream Fully formatted GIF image.
리턴 System

Load() 보호된 메소드

Read header from stream.
protected Load ( Stream stream ) : long
stream Stream Stream containing header.
리턴 long

프로퍼티 상세

Identifier 공개적으로 정적으로 프로퍼티

Characters beginning the file marking it as a GIF image.
public static string Identifier
리턴 string