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: x3f.h,v 1.2 2005/07/09 15:31:22 alex Exp $" */
11 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
12 
13 #ifndef X3F_INCLUDED
14 #define X3F_INCLUDED
15 
16 /* X3F                                                                */
17 
18 #define X3F_IMAG    0x47414d49
19 #define X3F_IMA2    0x32414d49
20 #define X3F_CAMF    0x464d4143
21 #define X3F_PROP    0x504f5250
22 
23 #define X3FTAGWIDTH 18
24 
25 #include "x3f_datadefs.h"
26 #include "x3f_extern.h"
27 
28 #endif /* X3F_INCLUDED */
29