Home
last modified time | relevance | path

Searched refs:gamtab (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dgif2tiff.c61 unsigned short gamtab[256]; variable
69 gamtab[i] = (unsigned short) (IMAX*pow(i/255.0,gam)+0.5); in makegamtab()
509 red[i] = gamtab[colormap[i][0]]; in initcolors()
510 green[i] = gamtab[colormap[i][1]]; in initcolors()
511 blue[i] = gamtab[colormap[i][2]]; in initcolors()