ClintHeyer.Media
Class ImageFile

Field Summary
string artist
string camera
System.Collections.Hashtable codecs
string copyright
string description
string filename
string format
int frames
int height
System.Drawing.Imaging.PixelFormat pixelFormat
int width

Constructor Summary
ImageFile(string filename)

Property Summary
string Artist
string Camera
string Copyright
string Description
string Format
int Frames
int Height
System.Drawing.Imaging.PixelFormat PixelFormat
int Width

Method Summary
string Dump()
System.Drawing.Imaging.ImageCodecInfo GetCodec(System.Guid id)
void ReadMetadata()

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

artist

protected string artist


camera

protected string camera


codecs

private System.Collections.Hashtable codecs


copyright

protected string copyright


description

protected string description


filename

protected string filename


format

protected string format


frames

protected int frames


height

protected int height


pixelFormat

protected System.Drawing.Imaging.PixelFormat pixelFormat


width

protected int width

Constructor Detail

ImageFile

public ImageFile(string filename)

Property Detail

Artist

public string Artist


Camera

public string Camera


Copyright

public string Copyright


Description

public string Description


Format

public string Format


Frames

public int Frames


Height

public int Height


PixelFormat

public System.Drawing.Imaging.PixelFormat PixelFormat


Width

public int Width

Method Detail

Dump

public string Dump()


GetCodec

private System.Drawing.Imaging.ImageCodecInfo GetCodec(System.Guid id)


ReadMetadata

protected void ReadMetadata()