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

Comparing ray/src/common/tiff.h (file contents):
Revision 3.3 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 3.4 by schorsch, Sat Jun 7 12:50:21 2003 UTC

# Line 26 | Line 26
26  
27   #ifndef _TIFF_
28   #define _TIFF_
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
29   /*
30   * Tag Image File Format (TIFF)
31   *
# Line 444 | Line 441 | typedef        enum {
441   #define TIFFTAG_SGILOGENCODE            65561   /* SGILog data encoding control */
442   #define     SGILOGENCODE_NODITHER       0       /* do not dither encoded values */
443   #define     SGILOGENCODE_RANDITHER      1       /* randomly dither encoded values */
447 #ifdef __cplusplus
448 }
449 #endif
444   #endif /* _TIFF_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines