mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
changed back default png gamma to 2.0
This commit is contained in:
@@ -155,8 +155,8 @@ RLoadPNG(RContext *context, char *file, int index)
|
|||||||
sgamma = 1;
|
sgamma = 1;
|
||||||
} else {
|
} else {
|
||||||
/* no, this is correct. Old gimp versions are broken and save wrong
|
/* no, this is correct. Old gimp versions are broken and save wrong
|
||||||
* data. Upgrade gimp. wtf :/*/
|
* data. Upgrade gimp. */
|
||||||
sgamma = 1.0;
|
sgamma = 2.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (png_get_gAMA(png, pinfo, &gamma))
|
if (png_get_gAMA(png, pinfo, &gamma))
|
||||||
|
|||||||
Reference in New Issue
Block a user