[This is preliminary documentation and is subject to change.]
Contains classes related to reading and manipulating Exif metadata.
Classes
| Class | Description | |
|---|---|---|
| DirectoryEntry | Represents read-only directory entry of Exif data | |
| Exif | Provides high-level acces to Exif metadata | |
| ExifIfdReader | Provides low level access to stream containing exif IFD (Image File Directory) or SubIFD | |
| ExifMapGenerator | Generates map of Exif metadata in order to get known which areas can be safely overwritten without loss of unknown data (maker notes, unknown sub-ifds etc.) | |
| ExifReader | Provides low level access to stream of Exif data | |
| ExifReader..::..ExifEventArgs | Arguments of event which occures during Exif metedata reading | |
| ExifReader..::..ExifReaderContext | Run-time read-only representation of ExifReaderSettings | |
| ExifReaderSettings | Settings for ExifReader | |
| ExifRecord | Represents one Exif record | |
| ExifRecordDescription | Describes one Exif record | |
| ExifTagFormat | Describes which data can be stored in recognized Exif tag | |
| ExifWriter | This class provides low-level writer of Exif matadata | |
| Ifd | Provides read-write access to Image File Directory of Exif data | |
| IfdExif | Exif Sub IFD | |
| IfdGps | Exif GPS IFD | |
| IfdInterop | Exif Interoperability IFD | |
| IfdMain | Exif main and thumbnail IFD | |
| SubIfd | Represents any Exif Sub-IFD (an IFD embdeded somewhere in IFD block and pointed by some tag from another IFD) | |
| SubIFDReader | Represents reader of Sub IFD |
Interfaces
| Interface | Description | |
|---|---|---|
| IExifGetter | Represents provider that provides stream of Exif data | |
| IExifWriter | Represents provider that provides stream of Exif data for reading and writing |
Delegates
| Delegate | Description | |
|---|---|---|
| ExifWriter..::..RecordWrittenCallback | Delegate used as callback function by Save(Exif, ExifWriter..::..RecordWrittenCallback) method whenever record is written to stream | |
| ExifWriter..::..RecordWrittenCallbackCls | Delegate used as callback function by Save(Exif, ExifWriter..::..RecordWrittenCallback) method whenever record is written to stream (CLS-compliant) |
Enumerations
Version History
1.5.3
- Types URational and SRational moved to namespace Tools.NumericsT.