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

Comparing ray/src/common/tiffio.h (file contents):
Revision 3.14 by greg, Fri Sep 23 19:22:37 2005 UTC vs.
Revision 3.15 by greg, Fri Mar 10 16:43:39 2006 UTC

# Line 1 | Line 1
1 < /* $Id$ */
1 > /* RCSid $Id$ */
2  
3   /*
4   * Copyright (c) 1988-1997 Sam Leffler
# Line 410 | Line 410 | extern const unsigned char* TIFFGetBitRevTable(int);
410   #ifdef LOGLUV_PUBLIC
411   #define U_NEU           0.210526316
412   #define V_NEU           0.473684211
413 < #define UVSCALE         410.
413 > #define UVSCALE         409.6
414   extern  double LogL16toY(int);
415   extern  double LogL10toY(int);
416   extern  void XYZtoRGB24(float*, uint8*);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines