1 /*  FPXBaselineIO.h
2  *
3  *  Copyright (c) 1999 Digital Imaging Group, Inc.
4  *  For conditions of distribution and use, see copyright notice
5  *  in Flashpix.h
6  *  FlashPix Baseline I/O Layer API
7  *
8  *  This API is meant to provide access to the baseline FPX file structures.
9  *  This includes reading and writing pixels in a resolution dependent
10  *      fashion. The first set of items are data structures for the setting of
11  *      information in a new FPX file or the return of information from an
12  *      existing FPX file.
13  *
14  *  Almost all of the stuff is imported from "../fpxlib.h", instead of
15  *  the old way of duplication. The two copies even managed to diverge
16  *  over the years.
17  */
18 
19 /****************************************************************************/
20   #ifndef FPXBaselineIO_h
21   #define FPXBaselineIO_h
22 /****************************************************************************/
23 
24 #include "common.h"
25 #include <fpxlib.h>
26 
27 /****************************************************************************/
28   #endif // FPXBaselineIO_h
29 /****************************************************************************/
30