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.3 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 3.4 by greg, Fri Jun 27 06:53:22 2003 UTC

# Line 12 | Line 12
12   extern "C" {
13   #endif
14  
15
16 #include "copyright.h"
17
18
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 25 | Line 21 | extern int     tmMapTIFF(BYTE **psp, int *xp, int *yp, int
21                                  RGBPRIMP monpri, double gamval,
22                                  double Lddyn, double Ldmax,
23                                  char *fname, TIFF *tp);
28
24  
25   #ifdef __cplusplus
26   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines