[gimp-web/testing] 2.10.10: More GEGL news



commit 6cc04cc8b96c2d32a3df08b6a07865184791a6dd
Author: Ell <ell_se yahoo com>
Date:   Sun Apr 7 11:40:15 2019 -0400

    2.10.10: More GEGL news

 .../gegl-editor-1.jpg                              | Bin 0 -> 152533 bytes
 .../gegl-editor-2.jpg                              | Bin 0 -> 71869 bytes
 .../news/2019-04_GIMP-2.10.10_Released/index.md    |  48 +++++++++++++++++++--
 3 files changed, 45 insertions(+), 3 deletions(-)
---
diff --git a/content/news/2019-04_GIMP-2.10.10_Released/gegl-editor-1.jpg 
b/content/news/2019-04_GIMP-2.10.10_Released/gegl-editor-1.jpg
new file mode 100644
index 00000000..cc0a3e3e
Binary files /dev/null and b/content/news/2019-04_GIMP-2.10.10_Released/gegl-editor-1.jpg differ
diff --git a/content/news/2019-04_GIMP-2.10.10_Released/gegl-editor-2.jpg 
b/content/news/2019-04_GIMP-2.10.10_Released/gegl-editor-2.jpg
new file mode 100644
index 00000000..8cb7f6a2
Binary files /dev/null and b/content/news/2019-04_GIMP-2.10.10_Released/gegl-editor-2.jpg differ
diff --git a/content/news/2019-04_GIMP-2.10.10_Released/index.md 
b/content/news/2019-04_GIMP-2.10.10_Released/index.md
index 19320572..400468b9 100644
--- a/content/news/2019-04_GIMP-2.10.10_Released/index.md
+++ b/content/news/2019-04_GIMP-2.10.10_Released/index.md
@@ -217,10 +217,52 @@ _Circular_, _Linear_, and _Zoom Motion_ blurs got new on-canvas interactions
 
 # Around GIMP
 ## GEGL and babl
+This release of GIMP is accompanied by a hefty GEGL 0.4.14 release, featuring
+a handful of under-the-hood improvements, as well as new user-facing additions.
 
-GEGL, the graphics engine of GIMP, has now full CMYK support, thanks to
-the awesome work of Øyvind Kolås. This support is not reflected yet in
-GIMP, but this should come at some point.
+Most excitingly, the standalone `gegl` tool, which can be used to apply GEGL
+pipelines directly from the command-line, has seen a
+[massive rework](https://www.patreon.com/posts/24123574) of its integrated GUI
+by Øyvind Kolås.
+The new UI doubles as an image viewer and a graph editor, allowing real-time
+non-destructive image manipulation.
+
+<figure>
+<img src="{attach}gegl-editor-1.jpg" alt="GEGL editor (1)"/>
+<figcaption>
+<em>The `gegl` binary features a reworked graphical editor</em>
+</figcaption>
+</figure>
+
+As well as acting as a non-destructive editor proof-of-concept, sporting such
+snazzy features as touch-oriented interaction and Lua-based per-operation UI, it
+also provides a testbed for new and existing GEGL features, such as mipmap
+rendering.
+
+<figure>
+<img src="{attach}gegl-editor-2.jpg" alt="GEGL editor (2)"/>
+<figcaption>
+<em>The editor can be extended using Lua, allowing for per-operation UI</em>
+</figcaption>
+</figure>
+
+Øyvind Kolås has also
+[been working](https://www.patreon.com/posts/cmyk-progress-22901518) on more
+deeply-ingrained CMYK support in both babl, which saw its 0.1.62 release
+earlier this year, and GEGL.
+This includes support for CMYK ICC profiles in babl (at this point, through LCMS2),
+direct CMYK support as part of relevant GEGL functions and core operations,
+and support for reading/writing CMYK data in TIFF and JPEG files.
+While not done yet, this work goes towards adding first-class CMYK support to
+GIMP.
+
+Behind the scenes, this release saw various bug fixes and performance
+improvements, including a refactoring of the parallelization framework, swap
+tile-compression, and the removal of the deprecated iterator API, as well as
+interesting new operations in the workshop, and improvements to existing
+operations.
+See the [GEGL relase notes](http://gegl.org/NEWS.html#_gegl_0_4_14_2019_03_01)
+for more information.
 
 *Note for packagers: to build GEGL 0.4.14 on Win32, 2 commits will need
 cherry-picking: commits


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