--- ray/src/common/tmaptiff.h 2005/01/07 20:33:02 3.5 +++ ray/src/common/tmaptiff.h 2011/05/20 02:06:38 3.6 @@ -1,4 +1,4 @@ -/* RCSid $Id: tmaptiff.h,v 3.5 2005/01/07 20:33:02 greg Exp $ */ +/* RCSid $Id: tmaptiff.h,v 3.6 2011/05/20 02:06:38 greg Exp $ */ /* * tmaptiff.h * @@ -13,13 +13,13 @@ extern "C" { #endif extern int tmCvL16(TMstruct *tms, TMbright *ls, uint16 *luvs, int len); -extern int tmCvLuv24(TMstruct *tms, TMbright *ls, BYTE *cs, +extern int tmCvLuv24(TMstruct *tms, TMbright *ls, uby8 *cs, uint32 *luvs, int len); -extern int tmCvLuv32(TMstruct *tms, TMbright *ls, BYTE *cs, +extern int tmCvLuv32(TMstruct *tms, TMbright *ls, uby8 *cs, uint32 *luvs, int len); -extern int tmLoadTIFF(TMstruct *tms, TMbright **lpp, BYTE **cpp, +extern int tmLoadTIFF(TMstruct *tms, TMbright **lpp, uby8 **cpp, int *xp, int *yp, char *fname, TIFF *tp); -extern int tmMapTIFF(BYTE **psp, int *xp, int *yp, +extern int tmMapTIFF(uby8 **psp, int *xp, int *yp, int flags, RGBPRIMP monpri, double gamval, double Lddyn, double Ldmax, char *fname, TIFF *tp);