Atalasoft.Imaging.Metadata Namespace |
Class | Description | |
---|---|---|
ComTextCollection | Contains a collection of COM text tags and methods to access COM Text data from an image. | |
ComTextParser | Parses COM Markers from a JPEG or PNG image into a collection of COM Text tags. | |
ComTextTag | Contains the data for a specified COM Text tag including the key and text. | |
ExifCollection | Contains a collection of EXIF tags. | |
ExifParser | Parses EXIF data from JPEG or TIFF images into a collection of EXIF tags. | |
ExifTag | Represents an Exif tag including tag-ID, IFD, value, and description. | |
ImageMetadataException |
This exception is thrown when an error with image metadata is detected
| |
IptcCollection | Contains a collection of IPTC tags. | |
IptcParser | Parses IPTC data from JPEG or TIFF images into a collection of IPTC tags. | |
IptcTag | Contains the data of this IPTC tag including ID, index, section, and value. | |
JpegMarker | The JpegMarker is an object that stores information from JPEG images | |
JpegMarkerCollection | Contains a collection of JpegMarkers and methods to access JpegMarker data. | |
PhotoshopResource | Contains the data of a Photoshop Resource including ID, Data, and Description. | |
PhotoshopResourceCollection | Contains a collection of Photoshop resources. | |
PhotoshopResourceParser | Parses Photoshop resources from JPEG, TIFF, and PSD images into a collection of
PhotoshopResources. | |
TiffTag | Holds the data of a single TIFF Tag. | |
TiffTagCollection | Contains a collection of TIFF tags, used tor writing TIFF Tags to an image when saving. | |
XmpParser | The XmpParser class can extract XMP Binary data from an image, and parse it into XML
content. |
Structure | Description | |
---|---|---|
Rational | A fractional value used to represent certain TIFF and EXIF tags. |
Enumeration | Description | |
---|---|---|
ExifTagID | Enumeration of known Exif tag ID's. | |
ExifTagIfd | Contains an enumeration of standard Exif Ifd's. | |
JpegMarkerCopyFlags | Flag enumeration used with [M:CopyJpegWithNewMarkers]. | |
JpegMarkerTypes | Defines the types of Jpeg Markers that can be saved as a data chunk inside a Jpeg image. | |
TiffTagDataType | Enumeration of TIFF Tag data types | |
TiffTagID | Standard Tiff Tags that can be read from a TIFF file. |