aboutsummaryrefslogtreecommitdiff
path: root/tiff-tables.db
diff options
context:
space:
mode:
Diffstat (limited to 'tiff-tables.db')
-rw-r--r--tiff-tables.db46
1 files changed, 45 insertions, 1 deletions
diff --git a/tiff-tables.db b/tiff-tables.db
index 8b0e206..341c36e 100644
--- a/tiff-tables.db
+++ b/tiff-tables.db
@@ -30,8 +30,14 @@
# Exif Version 2.32 (2019)
# https://www.cipa.jp/e/std/std-sec.html
#
+# ISO/DIS 12234-2 (TIFF/EP) (2000-06-21)
+# http://www.barrypearson.co.uk/top2009/downloads/TAG2000-22_DIS12234-2.pdf
+#
# Digital Negative (DNG) Specification 1.5.0.0 (2019)
# https://www.adobe.com/content/dam/acom/en/products/photoshop/pdfs/dng_spec_1.5.0.0.pdf
+#
+# CIPA DC-007-2021 (Multi-Picture Format)
+# https://www.cipa.jp/e/std/std-sec.html
# TIFF 6.0
= TIFF
@@ -64,6 +70,8 @@
6, YCbCr
8, CIELab
9, ICCLab # Adobe PageMaker 6.0 TIFF Technical Notes
+ 32803, Color filter array # DIS/ISO 12234-2 + DNG 1.5.0.0
+ 34892, LinearRaw # DNG 1.5.0.0
263, Threshholding
1, No dithering or halftoning
2, Ordered dither or halftoning
@@ -185,6 +193,9 @@
532, ReferenceBlackWhite
700, XMP # Adobe XMP Specification Part 3 Table 12/13/39
32781, ImageID # Adobe PageMaker 6.0 TIFF Technical Notes
+33421, CFARepeatPatternDim # DIS/ISO 12234-2
+33422, CFAPattern # DIS/ISO 12234-2
+33423, BatteryLevel # DIS/ISO 12234-2
33432, Copyright
# TODO(p): Extract IPTC DataSets, like we do directly with PSIRs.
33723, IPTC # Adobe XMP Specification Part 3 Table 12/39
@@ -192,7 +203,18 @@
34377, Photoshop # Adobe XMP Specification Part 3 Table 12/39
34665, Exif IFD Pointer # Exif 2.3
34853, GPS Info IFD Pointer # Exif 2.3
-37398, TIFF/EP StandardID # ISO 12234 TIFF/EP image data format
+37398, TIFF/EP StandardID # DIS/ISO 12234-2
+37399, SensingMethod # DIS/ISO 12234-2, similar to Exif 41495
+ 0, Undefined
+ 1, Monochrome area sensor
+ 2, One-chip color area sensor
+ 3, Two-chip color area sensor
+ 4, Three-chip color area sensor
+ 5, Color sequential area sensor
+ 6, Monochrome linear sensor
+ 7, Trilinear sensor
+ 8, Color sequential linear sensor
+# TODO(p): Add more TIFF/EP tags that can be only in IFD0.
37724, ImageSourceData # Adobe Photoshop TIFF Technical Notes
50706, DNGVersion # DNG 1.5.0.0
50707, DNGBackwardVersion # DNG 1.5.0.0
@@ -425,3 +447,25 @@
# Exif 2.3 4.6.7 (Notice it starts at 1, and collides with GPS.)
= Exif Interoperability
1, InteroperabilityIndex
+
+# CIPA DC-007-2021 5.2.3., 5.2.4. (But derive "field names" from "tag names".)
+= MPF
+45056, MP Format Version Number # MPFVersion
+45057, Number of Images # NumberOfImages
+45058, MP Entry # MPEntry
+45059, Individual Image Unique ID List # ImageUIDList
+45060, Total Number of Captured Frames # TotalFrames
+45313, MP Individual Image Number # MPIndividualNum
+45569, Panorama Scanning Orientation # PanOrientation
+45570, Panorama Horizontal Overlap # PanOverlap_H
+45571, Panorama Vertical Overlap # PanOverlap_V
+45572, Base Viewpoint Number # BaseViewpointNum
+45573, Convergence Angle # ConvergenceAngle
+45574, Baseline Length # BaselineLength
+45575, Divergence Angle # VerticalDivergence
+45576, Horizontal Axis Distance # AxisDistance_X
+45577, Vertical Axis Distance # AxisDistance_Y
+45578, Collimation Axis Distance # AxisDistance_Z
+45579, Yaw Angle # YawAngle
+45580, Pitch Angle # PitchAngle
+45581, Roll Angle # RollAngle