1. API Reference
  2. /
  3. GroupDocs.Metadata
  4. /
  5. GroupDocs.Metadata for .NET
  6. /
  7. GroupDocs.Metadata.Formats.Image

GroupDocs.Metadata.Formats.Image

On this page

The namespace provides functionality allowing users to read and update metadata stored in different image formats.

Classes

Class Description
BmpHeaderPackage Represents BMP header info.
DicomPackage Represents native DICOM metadata.
DngPackage Represents native DNG metadata.
GifImageTypePackage Represents a metadata package containing GIF-specific file format information.
ImageResourceBlock Represents a Photoshop Image Resource block. Image resource blocks are the basic building unit of several file formats, including Photoshop’s native file format, JPEG, and TIFF. Image resources are used to store non-pixel data associated with images, such as pen tool paths.
ImageResourcePackage Represents a metadata package containing Photoshop Image Resources.
ImageTypePackage Represents a metadata package containing image-specific file format information.
Jpeg2000Package Represents native JPEG2000 metadata.
PngCompressedTextChunk Represents compressed textual data extracted from a PNG image.
PngInternationalTextChunk Represents international textual data extracted from a PNG image.
PngPackage Represents native PNG metadata.
PngTextChunk Represents textual data extracted from a PNG image.
PsdLayer Represents a layer in a PSD file.
PsdPackage Represents native Photoshop metadata.
RawRational Represents a rational number.
RawSRational Represents signed rational number.
RawTypePackage Represents a metadata package containing image-specific file format information.
SvgPackage Represents a native metadata package in a SVG image file.
TiffArrayTag<T> Represents an array-based TIFF tag.
TiffAsciiTag Represents a TIFF ASCII tag.
TiffByteTag Represents a Byte tag.
TiffDoubleTag Represents a TIFF Double tag.
TiffFloatTag Represents a TIFF float tag.
TiffLongTag Represents a TIFF Long tag.
TiffRational Represents a rational number.
TiffRationalTag Represents a TIFF Rational tag.
TiffSByteTag Represents a TIFF SByte tag.
TiffShortTag Represents a TIFF Short tag.
TiffSLongTag Represents a TIFF SLong tag.
TiffSRational Represents signed rational number.
TiffSRationalTag Represents a TIFF SRational tag.
TiffSShortTag Represents a TIFF SShort tag.
TiffTag Represents a TIFF tag.
TiffUndefinedTag Represents a TIFF tag with the Undefined type.

Enumeration

Enumeration Description
ImageResourceID Image resources standard ID numbers. Not all file formats use all ID’s. Some information may be stored in other sections of the file.
PngCompressionMethod Defines compression methods used in the PNG format.
PsdColorMode Represents the psd file format color mode.
PsdCompressionMethod Defines the compression method used for image data.
PsdLayerFlags The Photoshop layer flags.
TiffTagID Defines ids of TIFF tags.
TiffTagType Represents the IFD data type.

On this page