From 1176559ef701d5bb2a3c7015f5ef98678551a6c6 Mon Sep 17 00:00:00 2001 From: kojima Date: Fri, 5 Nov 1999 23:42:38 +0000 Subject: [PATCH] changed back default png gamma to 2.0 --- wrlib/png.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrlib/png.c b/wrlib/png.c index 5aa057a3..9924fb41 100644 --- a/wrlib/png.c +++ b/wrlib/png.c @@ -155,8 +155,8 @@ RLoadPNG(RContext *context, char *file, int index) sgamma = 1; } else { /* no, this is correct. Old gimp versions are broken and save wrong - * data. Upgrade gimp. wtf :/*/ - sgamma = 1.0; + * data. Upgrade gimp. */ + sgamma = 2.0; } if (png_get_gAMA(png, pinfo, &gamma))