Home
last modified time | relevance | path

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

/dports/graphics/xli/xli-2006-11-10/
H A Dreduce.c28 #define REDUCE_GAMMA 2.2 /* Work in gamma compressed space */ macro
135 if (GAMMA_NOT_EQUAL(image->gamma, REDUCE_GAMMA)) in reduce()
136 gammacorrect(image, REDUCE_GAMMA, verbose); in reduce()