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.11 by greg, Wed Jul 13 15:25:46 2005 UTC vs.
Revision 3.17 by greg, Thu Aug 2 18:33:42 2018 UTC

# Line 1 | Line 1
1 < /* RCSid $Id$ */
1 > /* $Id$ */
2 >
3   /*
4   * Copyright (c) 1988-1997 Sam Leffler
5   * Copyright (c) 1991-1997 Silicon Graphics, Inc.
# Line 409 | 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