TagId Struct

Definition

Namespace: P1.ImageSdk

A reference to a meta data tag id in IIQ raw files More…

public struct TagId :  IEquatable< TagId >

Remarks

A reference to a meta data tag id in IIQ raw files

This struct defines 3 tag properties: Type, Id and Category:

ImageTagType specifies what kind of data standard the tag is taken from: Tiff, Exif or Phase One proprietary.

Id defines the tag number, as defined in either Tiff or Exif standards. (Or a Phase One proprietary id.)

ImageTagCategory specifies in what part of the image container to look for themeta data tag. The image container file, might contain thumbnail, previews or even multiple full images. The category defines that we want a tag related to, say the preview, and not the full image.

Properties

Type

Id

Category