TIFF namespace
EXIF properties for TIFF-derived data.
-
The namespace URI is http://ns.adobe.com/tiff/1.0/
-
The preferred namespace prefix is tiff
Name
Description
Type
tiff:Artist
Camera owner, photographer or image creator. NOTE: This property is stored in XMP as the first item in the dc:creator array.
tiff:Copyright
Copyright information as an ASCII string. NOTE: This property is stored in XMP as dc:rights.
tiff:DateTime
Date and time when the file was last modified (no time zone in EXIF), stored in ISO 8601 format, not the original EXIF format. This property includes the value for the EXIF SubSecTime(37520, 0x9290) attribute. NOTE: This property is stored in XMP as xmp:ModifyDate.
tiff:ImageDescription
The title of the image as an ASCII string. NOTE: This property is stored in XMP as dc:description.
tiff:Orientation
Orientation.
1 = 0th row at the top,0th column at left, 2 = 0th row at the top,0th column at right, 3 = 0th row at the bottom,0th column at right, 4 = 0th row at the bottom,0th column at left, 5 = 0th row at the left,0th column at top, 6 = 0th row at the right,0th column at top, 7 = 0th row at the right,0th column at bottom, 8 = 0th row at the left,0th column at bottomClosed Choice of Integer
tiff:ResolutionUnit
Unit used for XResolution and YResolution. Value is one of
2 = Inches, 3 = CentimetersClosed Choice of Integer
tiff:Software
Software or firmware used to generate image. NOTE: This property is stored in XMP as xmp:CreatorTool.
tiff:TransferFunction
Transfer function for image described in tabular style with 3 * 256 entries.
Ordered array of Integer
tiff:YCbCrCoefficients
Matrix coefficients for RGB to YCbCr transformation.
Ordered array of Rational
tiff:YCbCrPositioning
Position of chrominance vs. luminance components.
1 = centered, 2 = co-sitedClosed Choice of Integer
tiff:YCbCrSubSampling
Sampling ratio of chrominance components.
[2,1] = YCbCr4:2:2, [2,2] = YCbCr4:2:0Ordered array of Integer