ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmaptiff.h
(Generate patch)

Comparing ray/src/common/tmaptiff.h (file contents):
Revision 3.2 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 3.4 by greg, Fri Jun 27 06:53:22 2003 UTC

# Line 6 | Line 6
6   *  Include after "tiffio.h" and "tonemap.h".
7   *
8   */
9 <
10 < #include "copyright.h"
11 <
9 > #ifndef _RAD_TMAPTIFF_H_
10 > #define _RAD_TMAPTIFF_H_
11   #ifdef __cplusplus
12   extern "C" {
13   #endif
14  
16 #ifdef NOPROTO
17
18 extern int      tmCvL16();
19 extern int      tmCvLuv24();
20 extern int      tmCvLuv32();
21 extern int      tmLoadTIFF();
22 extern int      tmMapTIFF();
23
24 #else
25
15   extern int      tmCvL16(TMbright *ls, uint16 *luvs, int len);
16   extern int      tmCvLuv24(TMbright *ls, BYTE *cs, uint32 *luvs, int len);
17   extern int      tmCvLuv32(TMbright *ls, BYTE *cs, uint32 *luvs, int len);
# Line 33 | Line 22 | extern int     tmMapTIFF(BYTE **psp, int *xp, int *yp, int
22                                  double Lddyn, double Ldmax,
23                                  char *fname, TIFF *tp);
24  
36 #endif
37
25   #ifdef __cplusplus
26   }
27   #endif
28 + #endif /* _RAD_TMAPTIFF_H_ */
29 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines