A class identifying the image format.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.ImageFormat
Methods
Method Description
ImageFormat Construct a ImageFormat given a GUID defining the type.
S» FromExtension Convert a file extension to an ImageFormat.
S» FromMediaType Convert a media (MIME) type to an ImageFormat.
S» ToExension Convert an ImageFormat to a standard file extension.
S» ToMediaType Convert an ImageFormat to a standard media (MIME) type.
Properties
Property Description
Guid The unique ID that identifies the format.
Fields
Field Description
Bmp The Windows Bitmap format.
Docx The Microsoft Office DOCX format.
Emf The Windows Enhanced Metafile format.
Eps The Adobe Encapsulated PostScript (EPS) format.
Exif The Exchangeable Image File (EXIF) format. EXIF actually describes a set of tags which can be incorporated into many image formats - most commonly JPEG. System.Drawing uses this format as a JPEG output variant which will contain EXIF tags.
Gif The Graphics Interchange Format (GIF) format.
Html The HTML format.
Icon The Windows icon format.
Jp2 The JPEG 2000 (JP2) format.
Jpeg The Joint Photographic Experts Group (JPEG) format. Also known as JFIF.
MemoryBmp The format of a memory based Bitmap.
Pdf The Adobe Portable Document Format (PDF) format.
Png The Portable Network Graphics (PNG) format.
Ps The Adobe PostScript format.
Psd The Photoshop (PSD) format.
Svg The Scaleable Vector Graphics (SVG) format.
Swf The Shockwave Flash (SWF) format.
Text The text (TXT) format.
Tiff The Tagged Image File Format (TIFF) format.
Wmf The Windows Metafile format.
Xps The Microsoft XML Paper Specification (XPS) or Open XML Paper Specification (OXPS) format.
Example

None.