14 Aug
2008
14 Aug
'08
7:01 p.m.
I just remembered the bit in png.c that goes: /* Get and set gamma information. Beware: gamma correction 2.2 will only work on PC's. todo: select screen gamma correction for other platforms. */ if (png_get_gAMA(png_ptr, info_ptr, &gamma)) png_set_gamma(png_ptr, 2.2, gamma); Does that still need fixing up for OSX nowadays?