[gegl] docs/web: update NEWS



commit b4435861d2c6115d21e78a8d183526038233b7e6
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Feb 27 11:47:52 2017 +0100

    docs/web: update NEWS

 docs/NEWS.txt                           |   30 ++++++++++++++++++++++++++++++
 operations/common/panorama-projection.c |    2 +-
 2 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index 1aea392..9b0eac8 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -1,3 +1,33 @@
+GEGL-0.3.14 2017-02-27
+----------------------
+
+Buffer
+~~~~~~
+
+- changed gegl_buffer_set to accept mipmap level scaled rectangles, similar to
+  gegl_buffer_get and gegl_buffer_iterator_new/_add
+
+Operations
+~~~~~~~~~~
+
+- made mipmap preview rendering capable: gblur-1d/gaussian blur, sinus,
+  transform (rotate, scale, perspective etc), snn-mean
+- noise-perlin: remove unused random seed property
+- exposure: remove gamma property
+- save-pixbuf: allocate less temporary memory
+- load-pixbuf: fix rowstride related crasher
+
+Translations
+~~~~~~~~~~~~
+
+Slovenian, Russian, Greek, Polish and Catalan translations updated.
+
+Contributors
+~~~~~~~~~~~~
+Alexandre Prokoudine, Debarshi Ray, Dimitris Spingos (Δημήτρης Σπίγγος), Jordi
+Mas, Martin Srebotnjak, Øyvind Kolås
+
+
 GEGL-0.3.12 2017-02-13
 ----------------------
 
diff --git a/operations/common/panorama-projection.c b/operations/common/panorama-projection.c
index f69a23f..4cf06dd 100644
--- a/operations/common/panorama-projection.c
+++ b/operations/common/panorama-projection.c
@@ -359,13 +359,13 @@ process (GeglOperation       *operation,
   Transform           transform;
   const Babl         *format_io;
   GeglSampler        *sampler;
+  level = 0;
   gint                factor = 1 << level;
   GeglBufferIterator *it;
   GeglRectangle in_rect = *gegl_operation_source_get_bounding_box (operation, "input");
   GeglMatrix2  scale_matrix;
   GeglMatrix2 *scale = NULL;
   gint sampler_type = o->sampler_type;
-
   prepare_transform2 (&transform, operation, level);
 
   if (level)


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