[gimp-web/testing] Updated the news text as per pippin's suggestions
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Updated the news text as per pippin's suggestions
- Date: Tue, 15 Mar 2016 09:48:58 +0000 (UTC)
commit 2695a856554b6a9ec4ccaeda16995a548386438a
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Tue Mar 15 12:47:58 2016 +0300
Updated the news text as per pippin's suggestions
content/news/2016-03-14 GEGL 0.3.6.md | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/content/news/2016-03-14 GEGL 0.3.6.md b/content/news/2016-03-14 GEGL 0.3.6.md
index b1b8f05..fccdc63 100644
--- a/content/news/2016-03-14 GEGL 0.3.6.md
+++ b/content/news/2016-03-14 GEGL 0.3.6.md
@@ -1,5 +1,5 @@
Title: GEGL 0.3.6 Released
-Date: 2016-03-14
+Date: 2016-03-15
Category: News
Authors: Alexandre Prokoudine
Slug: gegl-0-3-6-released
@@ -7,11 +7,13 @@ Summary: Last weekend, we released a new version of GEGL, graph based image proc
Last weekend, we released a new version of [GEGL](http://gegl.org/), graph based image processing framework
used by GIMP and other free/libre graphics applications. Here are some of the most important changes.
-The new version features copy-on-write handling for the gegl_buffer_clear function. This should make
clearing of buffers an initially cheaper and faster operation, with the actual allocation of tile memory
(copying) amortised over subsequent pixel data writes to the buffer.
-
There are two new operations: Saturation (works in both CIE LAB and CIE LCH color spaces) and the port of
GIMP's Selective Gaussian Blur filter. The operations for loading and saving video frames have been updated
to work with FFmpeg 3.0. We also disabled the dcraw-based operation for loading raw images by default: the
[LibRaw](http://www.libraw.org/)-based operation does the job just as well and provides a better API.
-Additionally, there have been some improvements in the 'gegl' binary: now you can change graph composition
(namely, connect buffers to aux and other input pads) via the command line, and when a project is loaded for
viewing, you can zoom in/out at cursor position on scroll wheel events.
+Additionally, there have been some improvements in the 'gegl' binary: now you can change graph composition
(namely, connect buffers to aux and other input pads) via the command line, and when a project is loaded for
viewing, you can zoom in/out at cursor position on scroll wheel events. Moreover, you can now specify
properties of operations on the command line, e.g.:
+
+ $ gegl input.png -o output.png -- threshold value=0.23
+
+Among general improvements, copy-on-write handling for the gegl_buffer_clear function is now available. This
should make clearing of buffers an initially cheaper and faster operation, with the actual allocation of tile
memory (copying) amortised over subsequent pixel data writes to the buffer.
GEGL 0.3.6 is available at [download.gimp.org](http://download.gimp.org/pub/gegl/0.3/).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]