|
#include <tiffio.h>
int TIFFYCbCrToRGBInit(TIFFYCbCrToRGB
*ycbcr, float *luma, float
*refBlackWhite");"
void TIFFYCbCrtoRGB(TIFFYCbCrToRGB *ycbcr,
uint32 Y, int32 Cb, int32
Cr, uint32 *R, uint32
*G, uint32 *B );
int TIFFCIELabToRGBInit(TIFFCIELabToRGB
*cielab, TIFFDisplay *display,
float *refWhite);
void TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab,
uint32 L, int32 a, int32
b, float *X, float *Y,
float *Z);
void TIFFXYZToRGB(TIFFCIELabToRGB *cielab,
float X, float Y, float
Z",uint32*"R,
uint32 *G, uint32 *B);
|