gamma 880 modules/dng.c static const unsigned char gamma[256] = gamma 928 modules/dng.c *buf++ = gamma[get_raw_pixel(x,y)>>shift]; // red pixel gamma 931 modules/dng.c *buf++ = gamma[g+(g>>2)]; // green pixel was (6*g/10), now (g/2 + g/8) gamma 932 modules/dng.c *buf++ = gamma[get_raw_pixel(x+1,y+1)>>shift]; // blue pixel