Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dthumbnail.c66 static Contrast contrast = LINEAR; /* current contrast */ variable
90 case 'c': contrast = streq(optarg, "exp50") ? EXP50 : in main()
437 switch (contrast) { in setupCmap()