diff options
author | Sebastian Geerken <devnull@localhost> | 2013-06-17 11:21:32 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-06-17 11:21:32 +0200 |
commit | e29d48718515b0afe04fecc396f7c34865726cab (patch) | |
tree | bb72f513ccc03e5f81d7447a02dc7b203e67fa0f /src/png.c | |
parent | 126ae913efb3829c980a2151db5bbcfd68c5b39c (diff) |
Corrections of gamma.
Diffstat (limited to 'src/png.c')
-rw-r--r-- | src/png.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ Png_datainfo_callback(png_structp png_ptr, png_infop info_ptr) /** \todo Gamma for PNG? */ a_Dicache_set_parms(png->url, png->version, png->Image, (uint_t)png->width, (uint_t)png->height, - DILLO_IMG_TYPE_RGB, 2.2); + DILLO_IMG_TYPE_RGB, 1 / 2.2); } static void |