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