[babl] stats: change percentage of pixels needed to be part of negative stats



commit d4cf61490e75f3fc6623cc43117fca8e69279b3d
Author: �yvind Kolås <pippin gimp org>
Date:   Sun Apr 17 17:58:52 2011 +0100

    stats: change percentage of pixels needed to be part of negative stats

 babl/babl-fish-stats.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-fish-stats.c b/babl/babl-fish-stats.c
index f5b3e2a..f4893db 100644
--- a/babl/babl-fish-stats.c
+++ b/babl/babl-fish-stats.c
@@ -62,7 +62,7 @@ table_sum_processings_calc (void)
   babl_format_class_for_each (table_source_sum_each, NULL);
 }
 
-#define LIMIT 0.001
+#define LIMIT 0.03
 
 static int
 table_destination_each (Babl *babl,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]