Click or drag to resize

TiffTagID Enumeration

Standard Tiff Tags that can be read from a TIFF file.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum TiffTagID
Members
  Member nameDescription
NewSubfileType TIFFTAG_SUBFILETYPE
SubfileType TIFFTAG_OSUBFILETYPE
ImageWidth TIFFTAG_IMAGEWIDTH (256) UInt32
ImageLength TIFFTAG_IMAGELENGTHUInt32 (257) UInt32
BitsPerSample TIFFTAG_BITSPERSAMPLE (258) UInt16
Compression

TIFFTAG_COMPRESSION (259) UInt16

1 = COMPRESSION_NONE,2 = COMPRESSION_CCITTRLE,3 = COMPRESSION_CCITTFAX3,4 = COMPRESSION_CCITTFAX4,5 = COMPRESSION_LZW,6 = COMPRESSION_OJPEG,7 = COMPRESSION_JPEG,32766 = COMPRESSION_NEXT (NeXT 2-bit RLE),32771 = COMPRESSION_CCITTRLEW (#1 w/ word alignment),32773 = COMPRESSION_PACKBITS (Macintosh RLE),32809 = COMPRESSION_THUNDERSCAN (ThunderScan RLE)

PhotometricInterpretation

TIFFTAG_PHOTOMETRIC (262) UInt16

0 = PHOTOMETRIC_MINISWHITE (min value is white),1 = PHOTOMETRIC_MINISBLACK (min value is black),2 = PHOTOMETRIC_RGB (RGB color model),3 = PHOTOMETRIC_PALETTE (color map indexed),4 = PHOTOMETRIC_MASK ($holdout mask),5 = PHOTOMETRIC_SEPARATED (!color separations),6 = PHOTOMETRIC_YCBCR (!CCIR 601),7 = PHOTOMETRIC_CIELAB (!1976 CIE L*a*b*),8 = PHOTOMETRIC_ICCLAB (ICC L*a*b* [Adobe TIFF Technote 4]),9 = PHOTOMETRIC_ITULAB (ITU L*a*b*),32844 = PHOTOMETRIC_LOGL (CIE Log2(L)),32845 = PHOTOMETRIC_LOGLUV (CIE Log2(L) (u',v'))

Thresholding TIFFTAG_THRESHHOLDING
CellWidth TIFFTAG_CELLWIDTH
CellLength TIFFTAG_CELLLENGTH
FillOrder TIFFTAG_FILLORDER
DocumentName TIFFTAG_DOCUMENTNAME (269) String
ImageDescription TIFFTAG_IMAGEDESCRIPTION (270) String
Make TIFFTAG_MAKE (271) String
Model TIFFTAG_MODEL (272) String
StripOffsets StripOffsets
Orientation

TIFFTAG_ORIENTATION (274) UInt16

1 = ORIENTATION_TOPLEFT,2 = ORIENTATION_TOPRIGHT3 = ORIENTATION_BOTRIGHT,4 = ORIENTATION_BOTLEFT,5 = ORIENTATION_LEFTTOP,6 = ORIENTATION_RIGHTTOP,7 = ORIENTATION_RIGHTBOT,8 = ORIENTATION_LEFTBOT

SamplesPerPixel TIFFTAG_SAMPLESPERPIXEL
RowsPerStrip TIFFTAG_ROWSPERSTRIP (The number of rows per strip in the image (not used in tiled images)
StripByteCounts TIFFTAG_STRIPBYTECOUNTS
MinSampleValue TIFFTAG_MINSAMPLEVALUE
MaxSampleValue TIFFTAG_MAXSAMPLEVALUE
XResolution TIFFTAG_XRESOLUTION (282) Int32
YResolution TIFFTAG_YRESOLUTION (283) Int32
PlanarConfiguration How the data of each pixel are stored. TIFFTAG_PLANARCONFIG
PageName TIFFTAG_PAGENAME (285) String
XPosition X position of the image. TIFFTAG_XPOSITION
YPosition Y position of the image. TIFFTAG_YPOSITION
FreeOffsets TIFFTAG_FREEOFFSETS
FreeByteCounts TIFFTAG_FREEBYTECOUNTS
GrayResponseUnit TIFFTAG_GRAYRESPONSEUNIT
GrayResponseCurve TIFFTAG_GRAYRESPONSECURVE
T4Options TIFFTAG_GROUP3OPTIONS
T6Options TIFFTAG_GROUP4OPTIONS
ResolutionUnit

TIFFTAG_RESOLUTIONUNIT (296) UInt16

1 = RESUNIT_NONE,2 = RESUNIT_INCH,3 = RESUNIT_CENTIMETER

PageNumber Page number of scanned image. TIFFTAG_PAGENUMBER
TransferFunction TIFFTAG_TRANSFERFUNCTION
Software TIFFTAG_SOFTWARE (305) String
DateTime TIFFTAG_DATETIME (306) String
Artist TIFFTAG_ARTIST (315) String
HostComputer TIFFTAG_HOSTCOMPUTER (316) String
Predictor TIFFTAG_PREDICTOR
WhitePoint TIFFTAG_WHITEPOINT
PrimaryChromaticities TIFFTAG_PRIMARYCHROMATICITIES
ColorMap TIFFTAG_COLORMAP
HalftoneHints TIFFTAG_HALFTONEHINTS
TileWidth TIFFTAG_TILEWIDTH (322) UInt32
TileLength TIFFTAG_TILELENGTH (323) UInt32
TileOffsets TIFFTAG_TILEOFFSETS
TileByteCounts TIFFTAG_TILEBYTECOUNTS
SubIFD 330 TIFFTAG_SUBIFD
InkSet

TIFFTAG_INKSET (332) UInt32

1 = INKSET_CMYK (cyan-magenta-yellow-black color),2 = INKSET_MULTIINK (multi-ink or hi-fi color)

InkNames TIFFTAG_INKNAMES (333) String
NumberOfInks TIFFTAG_NUMBEROFINKS (334) UInt16
DotRange TIFFTAG_DOTRANGE (335)
TargetPrinter TIFFTAG_TARGETPRINTER (337) String
ExtraSamples

TIFFTAG_EXTRASAMPLES (338)

0 = EXTRASAMPLE_UNSPECIFIED (unspecified data),1 = EXTRASAMPLE_ASSOCALPHA (associated alpha data),2 = EXTRASAMPLE_UNASSALPHA (unassociated alpha data)

SampleFormat TIFFTAG_SAMPLEFORMAT
SMinSampleValue TIFFTAG_SMINSAMPLEVALUE
SMaxSampleValue TIFFTAG_SMAXSAMPLEVALUE
TransferRange TransferRange
JpegTable TIFFTAG_JPEGTABLES
JpegProc TIFFTAG_JPEGPROC
JpegInterchangeFormat JpegInterchangeFormat
JpegInterchangeFormatLength TIFFTAG_JPEGIFBYTECOUNT
JpegRestartInterval TIFFTAG_JPEGRESTARTINTERVAL
JpegLosslessPredictors TIFFTAG_JPEGLOSSLESSPREDICTORS
JpegPointTransforms TIFFTAG_JPEGPOINTTRANSFORM
JpegQTables TIFFTAG_JPEGQTABLES
JpegDcTables TIFFTAG_JPEGDCTABLES
JpegAcTables TIFFTAG_JPEGACTABLES
YCbCrCoefficients TIFFTAG_YCBCRCOEFFICIENTS
YCbCrSubSampling TIFFTAG_YCBCRSUBSAMPLING
YCbCrPositioning TIFFTAG_YCBCRPOSITIONING
ReferenceBlackWhite TIFFTAG_REFERENCEBLACKWHITE
StripRowCounts 559 Defined in the Mixed Raster Content part of RFC 2301, used to replace RowsPerStrip for IFDs with variable-sized strips.
XmpData TIFFTAG_XMLPACKET (700)
WangAnnotationData TIFFTAG_ANNOTATIONS (Wang annotations) (32932)
BatteryLevel 0x828F TIFF/EP: Encodes camera battery level at time of image capture.
CFARepeatPatternDim 0x828D TIFF/EP and DNG: "For camera raw files from sensors with CFA overlay"
CFAPattern 0x828E TIFF/EP and DNG: "Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used"
Copyright 0x8298 TIFFTAG_COPYRIGHT
ExposureTime 0x829A ExposureTime (TIFF/EP)
FNumber 0x829D FNumber (TIFF/EP)
RichTiffIptc 0x83BB IPTC Data from the RichTIFF specification
Photoshop 0x8649 (34377) Private tag registered to Adobe for PhotoShop (IPTC data)
ExifIfd 0x8769 (34665) TIFFTAG_EXIFIFD
IccProfile 0x8773 (34675) TIFFTAG_ICCPROFILE (TIFF/EP)
ExposureProgram 0x8822 ExposureProgram (TIFF/EP)
SpectralSensitivity 0x8824 SpectralSensitivity (TIFF/EP)
GpsIfd 0x8825 TIFFTAG_GPSIFD (TIFF/EP)
IsoSpeedRatings IsoSpeedRatings, used by Exif Ifd (31 - 73)
Oecf OECF: Opto-Electric Conversion Function (OECF) specified in ISO 14524. (TIFF/EP)
Interlace 0x8829 Interlace - Indicates the field number of multifield images. (TIFF/EP)
TimeZoneOffset Encodes time zone of camera clock relative to GMT. (TIFF/EP)
SelfTimeMode 0x882B SelfTimeMode (TIFF/EP)
ExifVersion ExifVersion (TIFF/EP)
DateTimeOriginal The date and time when the original image data was generated. (TIFF/EP)
DateTimeDigitized DateTimeDigitized (TIFF/EP)
CompressedBitsPerPixel CompressedBitsPerPixel (TIFF/EP)
ShutterSpeedValue ShutterSpeedValue (TIFF/EP)
ApertureValue ApertureValue (TIFF/EP)
BrightnessValue BrightnessValue (TIFF/EP)
ExposureBiasValue ExposureBiasValue (TIFF/EP)
MaxApertureValue MaxApertureValue (TIFF/EP)
FlashEnergy (0x920B) TIFF/EP: energy used by flash during capture, in BCPS
SpatialFrequencyResponse (0x920C) TIFF/EP: Spatial Frequency Response
FocalPlaneXResolution (0x920E) TIFF/EP: Focal Plane X-Resolution
FocalPlaneYResolution (0x920F) TIFF/EP: Focal Plane Y-Resolution
FocalPlaneResolutionUnit (0x9210) TIFF/EP: Focal Plane Resolution Unit
SubjectLocation (0x9214) TIFF/EP: Subject Location
ExposureIndex (0x9215) TIFF/EP: Exposure Index
SensingMethod (0x9217) TIFF/EP: Sensing Method
EP_StandardID (0x9216) applicable version of TIFF/EP standard
StoNits (0x923F) 37439 number of candelas/meter^2 corresponding to a decoded Y value of 1.0
InteroperabilityIfdPointer 0xA005 InteroperabilityIfdPointer (Exif, Image IFD)
PrintImageMatching 0xC4A5 maybe PrintImageMatching in Image IFD?
DNGVersion Encodes the DNG four-tier version number. (DNG, Image IFD)
DNGBackwardVersion Specifies the oldest version of the Digital Negative specification for which a file is compatible. (DNG IFD-0)
UniqueCameraModel Defines a unique, non-localized name for the camera model that created the image in the raw file. (DNG IFD-0)
LocalizedCameraModel Similar to the UniqueCameraModel tag, except the name can be localized for different markets to match the localization of the camera name
CFAPlaneColor 0xC616
CFALayout 0xC617
DefaultScale 0xC61E DefaultScale (DNG)
DefaultCropOrigin 0xC61F DefaultCropOrigin (DNG)
DefaultCropSize 0xC620 DefaultCropSize (DNG)
ColorMatrix1 0xC621 ColorMatrix1 (DNG)
ColorMatrix2 0xC622 ColorMatrix2 (DNG)
CameraCalibration1 (DNG)
CameraCalibration2 (DNG)
ReductionMatrix1 (DNG)
ReductionMatrix2 (DNG)
AnalogBalance (DNG)
AsShotNeutral (DNG)
AsShotWhiteXY (DNG)
BaselineExposure (DNG)
BaselineNoise (DNG)
BaselineSharpness (DNG)
BayerGreenSplit (DNG)
LinearResponseLimit (DNG)
CameraSerialNumber (DNG)
LensInfo (DNG)
ChromaBlurRadius (DNG)
AntiAliasStrength (DNG)
ShadowScale (DNG)
DNGPrivateData (DNG)
MakerNoteSafety (DNG)
CalibrationIlluminant1 (DNG)
CalibrationIlluminant2 (DNG)
BestQualityScale (DNG)
RawDataUniqueID (DNG)
AliasLayerMetadata0xC660 private tag for Alias Sketchbook Pro
OriginalRawFileName (DNG)
OriginalRawFileData (DNG)
ActiveArea (DNG)
MaskedAreas (DNG)
AsShotICCProfile (DNG)
AsShotPreProfileMatrix (DNG)
CurrentICCProfile (DNG)
CurrentPreProfileMatrix (DNG)
ColorimetricReference (DNG)
CameraCalibrationSignature (DNG)
ProfileCalibrationSignature (DNG)
ExtraCameraProfiles (DNG)
AsShotProfileName (DNG)
NoiseReductionApplied (DNG)
ProfileName (DNG)
ProfileHueSatMapDims (DNG)
ProfileHueSatMapData1 (DNG)
ProfileHueSatMapData2 (DNG)
ProfileToneCurve (DNG)
ProfileEmbedPolicy (DNG)
ProfileCopyright (DNG)
ForwardMatrix1 (DNG)
ForwardMatrix2 (DNG)
PreviewApplicationName (DNG)
PreviewApplicationVersion (DNG)
PreviewSettingsName (DNG)
PreviewSettingsDigest (DNG)
PreviewColorSpace (DNG)
PreviewDateTime (DNG)
RawImageDigest (DNG)
OriginalRawFileDigest (DNG)
SubTileBlockSize (DNG)
RowInterleaveFactor (DNG)
ProfileLookTableDims (DNG)
ProfileLookTableData (DNG)
OpcodeList1 (DNG)
OpcodeList2 (DNG)
OpcodeList3 (DNG)
NoiseProfile (DNG)
See Also