[gimp/goat-invasion: 382/608] app: gegl-config babl-tolerance
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 382/608] app: gegl-config babl-tolerance
- Date: Fri, 27 Apr 2012 20:57:30 +0000 (UTC)
commit 01b5c0cf5660cca9ca393428d5b30bbfd6fad997
Author: Ãyvind KolÃs <pippin gimp org>
Date: Sun Apr 1 15:04:54 2012 +0100
app: gegl-config babl-tolerance
Lower the precision further, we're still doing it at higher precision than
8bit but since GIMP itself is still only dealing with 8bit data we can permit
these shortcuts for adding and removing gamma without affecting the fidelity
of the produced results.
app/gegl/gimp-gegl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gegl/gimp-gegl.c b/app/gegl/gimp-gegl.c
index c8a7042..7175531 100644
--- a/app/gegl/gimp-gegl.c
+++ b/app/gegl/gimp-gegl.c
@@ -103,7 +103,7 @@ gimp_gegl_init (Gimp *gimp)
* and 16bit operation
*/
g_object_set (gegl_config (),
- "babl-tolerance", 0.00001,
+ "babl-tolerance", 0.00015,
NULL);
g_signal_connect (config, "notify::tile-cache-size",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]