1 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
2 /*          EXIFPROBE - TIFF/JPEG/EXIF image file probe               */
3 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
4 /* Copyright (C) 2002 by Duane H. Hesser. All rights reserved.        */
5 /*                                                                    */
6 /* See the file LICENSE.EXIFPROBE for terms of use.                   */
7 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
8 
9 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
10 /* @(#) $Id: tiffeptags.h,v 1.2 2003/01/30 20:47:31 alex Exp $" */
11 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
12 
13 /* All tags defined in TIFFEP spec not defined in TIFF6 or EXIF specs */
14 
15 #ifndef TIFFEP_TAGS_INCLUDED
16 #define TIFFEP_TAGS_INCLUDED
17 
18 #define TIFFEPTAG_CFARepeatPatternDim             0x828D /* 33421 */
19 #define TIFFEPTAG_CFAPattern                      0x828E /* 33422 */
20 #define TIFFEPTAG_BatteryLevel                    0x828F /* 33423 */
21 #define TIFFEPTAG_IPTC_NAA                        0x83BB /* 33723 */
22 #define TIFFEPTAG_InterColorProfile3              0x8773 /* 34675 */
23 #define TIFFEPTAG_Interlace                       0x8829 /* 34857 */
24 #define TIFFEPTAG_TimeZoneOffset                  0x882A /* 34858 */
25 #define TIFFEPTAG_SelfTimerMode                   0x882B /* 34859 */
26 #define TIFFEPTAG_FlashEnergy                     0x920B /* 37387 */
27 #define TIFFEPTAG_SpatialFrequencyResponse        0x920C /* 37388 */
28 #define TIFFEPTAG_Noise                           0x920D /* 37389 */
29 #define TIFFEPTAG_FocalPlaneXResolution           0x920E /* 37390 */
30 #define TIFFEPTAG_FocalPlaneYResolution           0x920F /* 37391 */
31 #define TIFFEPTAG_FocalPlaneResolutionUnit        0x9210 /* 37392 */
32 #define TIFFEPTAG_ImageNumber                     0x9211 /* 37393 */
33 #define TIFFEPTAG_SecurityClassification          0x9212 /* 37394 */
34 #define TIFFEPTAG_ImageHistory                    0x9213 /* 37395 */
35 #define TIFFEPTAG_ExposureIndex                   0x9215 /* 37397 */
36 #define TIFFEPTAG_TIFF_EPStandardID               0x9216 /* 37398 */
37 #define TIFFEPTAG_SensingMethod                   0x9217 /* 37399 */
38 
39 #endif
40