Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2bw.c48 #define PCT(x) (((x)*256+50)/100) macro
49 int RED = PCT(30); /* 30% */
50 int GREEN = PCT(59); /* 59% */
51 int BLUE = PCT(11); /* 11% */
145 RED = PCT(atoi(optarg)); in main()
148 GREEN = PCT(atoi(optarg)); in main()
151 BLUE = PCT(atoi(optarg)); in main()