+2002-12-06 Francesco Potorti` <pot@gnu.org>
+
+ * xfns.c (png_load): Avoid double gamma correction for PNG
+ images.
+
2002-12-04 Richard M. Stallman <rms@gnu.org>
* sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
screen_gamma = (f->gamma ? 1 / f->gamma / 0.45455 : 2.2);
-#if 0 /* avoid double gamma correction for PNG images */
+#if 0 /* Avoid double gamma correction for PNG images. */
/* Tell the PNG lib to handle gamma correction for us. */
#if defined(PNG_READ_sRGB_SUPPORTED) || defined(PNG_WRITE_sRGB_SUPPORTED)
if (png_get_sRGB (png_ptr, info_ptr, &intent))