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: dngtags.h,v 1.2 2005/07/12 18:25:13 alex Exp $ */
11 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
12 
13 #ifndef DNGTAGS_INCLUDED
14 #define DNGTAGS_INCLUDED
15 
16 
17 #define DNGTAG_DNGVersion			        0xC612	/*	50706	*/
18 #define DNGTAG_DNGBackwardVersion			0xC613	/*	50707	*/
19 #define DNGTAG_UniqueCameraModel			0xC614	/*	50708	*/
20 #define DNGTAG_LocalizedCameraModel			0xC615	/*	50709	*/
21 #define DNGTAG_CFAPlaneColor			    0xC616	/*	50710	*/
22 #define DNGTAG_CFALayout			        0xC617	/*	50711	*/
23 #define DNGTAG_LinearizationTable			0xC618	/*	50712	*/
24 #define DNGTAG_BlackLevelRepeatDim			0xC619	/*	50713	*/
25 #define DNGTAG_BlackLevel			        0xC61A	/*	50714	*/
26 #define DNGTAG_BlackLevelDeltaH			    0xC61B	/*	50715	*/
27 #define DNGTAG_BlackLevelDeltaV			    0xC61C	/*	50716	*/
28 #define DNGTAG_WhiteLevel			        0xC61D	/*	50717	*/
29 #define DNGTAG_DefaultScale			        0xC61E	/*	50718	*/
30 #define DNGTAG_DefaultCropOrigin			0xC61F	/*	50719	*/
31 #define DNGTAG_DefaultCropSize			    0xC620	/*	50720	*/
32 #define DNGTAG_ColorMatrix1			        0xC621	/*	50721	*/
33 #define DNGTAG_ColorMatrix2			        0xC622	/*	50722	*/
34 #define DNGTAG_CameraCalibration1			0xC623	/*	50723	*/
35 #define DNGTAG_CameraCalibration2			0xC624	/*	50724	*/
36 #define DNGTAG_ReductionMatrix1			    0xC625	/*	50725	*/
37 #define DNGTAG_ReductionMatrix2			    0xC626	/*	50726	*/
38 #define DNGTAG_AnalogBalance			    0xC627	/*	50727	*/
39 #define DNGTAG_AsShotNeutral			    0xC628	/*	50728	*/
40 #define DNGTAG_AsShotWhiteXY			    0xC629	/*	50729	*/
41 #define DNGTAG_BaselineExposure			    0xC62A	/*	50730	*/
42 #define DNGTAG_BaselineNoise			    0xC62B	/*	50731	*/
43 #define DNGTAG_BaselineSharpness			0xC62C	/*	50732	*/
44 #define DNGTAG_BayerGreenSplit			    0xC62D	/*	50733	*/
45 #define DNGTAG_LinearResponseLimit			0xC62E	/*	50734	*/
46 #define DNGTAG_CameraSerialNumber			0xC62F	/*	50735	*/
47 #define DNGTAG_LensInfo			            0xC630	/*	50736	*/
48 #define DNGTAG_ChromaBlurRadius			    0xC631	/*	50737	*/
49 #define DNGTAG_AntiAliasStrength			0xC632	/*	50738	*/
50 #define DNGTAG_ShadowScale      			0xC633	/*	50739	*/
51 #define DNGTAG_DNGPrivateData			    0xC634	/*	50740	*/
52 #define DNGTAG_MakerNoteSafety			    0xC635	/*	50741	*/
53 #define DNGTAG_CalibrationIlluminant1		0xC65A	/*	50778	*/
54 #define DNGTAG_CalibrationIlluminant2		0xC65B	/*	50779	*/
55 #define DNGTAG_BestQualityScale			    0xC65C	/*	50780	*/
56 #define DNGTAG_RawDataUniqueID 			    0xC65D	/*	50781	*/
57 
58 #define DNGTAG_OriginalRawFileName          0xC68B	/*	50827	*/
59 #define DNGTAG_OriginalRawFileData          0xC68C	/*	50828	*/
60 #define DNGTAG_ActiveArea                   0xC68D	/*	50829	*/
61 #define DNGTAG_MaskedAreas                  0xC68E	/*	50830	*/
62 #define DNGTAG_AsShotICCProfile             0xC68F	/*	50831	*/
63 #define DNGTAG_AsShotPreProfileMatrix       0xC690	/*	50832	*/
64 #define DNGTAG_CurrentICCProfile            0xC691	/*	50833	*/
65 #define DNGTAG_CurrentPreProfileMatrix      0xC692	/*	50834	*/
66 
67 #endif /* DNGTAGS_INCLUDED */
68