[gegl] change default tile size to 128x128



commit 5c875a01b0a155df00f35984b46f1d0ec21c2b6c
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jul 9 16:23:53 2014 +0200

    change default tile size to 128x128

 gegl/gegl-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index a3463cc..ac374f9 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -181,7 +181,7 @@ gegl_config_class_init (GeglConfigClass *klass)
                                    g_param_spec_int ("tile-width",
                                                      "Tile width",
                                                      "default tile width for created buffers.",
-                                                     0, G_MAXINT, 256,
+                                                     0, G_MAXINT, 128,
                                                      G_PARAM_READWRITE |
                                                      G_PARAM_CONSTRUCT));
 


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