ClintHeyer.Media
Class ImageFile
| Constructor Summary |
|
ImageFile(string filename) |
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
-
ImageFile
public ImageFile(string filename)
-
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
-
Dump
public string Dump()
-
GetCodec
private System.Drawing.Imaging.ImageCodecInfo GetCodec(System.Guid id)
-
ReadMetadata
protected void ReadMetadata()
-