[gimp-web/testing] 2.10.8 news: more content, fixes, new screenshot



commit c6f3136d09ed5cded80b6b1941374eefc1fa0fd7
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Fri Nov 9 02:13:45 2018 +0300

    2.10.8 news: more content, fixes, new screenshot

 .../gimp-2-10-8-gradients-step-blending.png        | Bin 0 -> 10858 bytes
 content/news/2018-09_GIMP-2.10.8_Released/index.md | 107 +++++++++++++++------
 2 files changed, 76 insertions(+), 31 deletions(-)
---
diff --git a/content/news/2018-09_GIMP-2.10.8_Released/gimp-2-10-8-gradients-step-blending.png 
b/content/news/2018-09_GIMP-2.10.8_Released/gimp-2-10-8-gradients-step-blending.png
new file mode 100644
index 00000000..f8b9118a
Binary files /dev/null and 
b/content/news/2018-09_GIMP-2.10.8_Released/gimp-2-10-8-gradients-step-blending.png differ
diff --git a/content/news/2018-09_GIMP-2.10.8_Released/index.md 
b/content/news/2018-09_GIMP-2.10.8_Released/index.md
index ba6320b5..29be6001 100644
--- a/content/news/2018-09_GIMP-2.10.8_Released/index.md
+++ b/content/news/2018-09_GIMP-2.10.8_Released/index.md
@@ -8,6 +8,7 @@ Status: draft
 
 Though the updated GIMP release policy allows cool new features in micro releases,
 we also take pride on the stability of our software (so that you can edit images feeling that your work is 
safe).
+
 In this spirit, GIMP 2.10.8 is mostly the result of dozens of bug fixes and optimizations.
 
 <figure>
@@ -19,6 +20,8 @@ In this spirit, GIMP 2.10.8 is mostly the result of dozens of bug fixes and opti
 </figcaption>
 </figure>
 
+## Notable improvements
+
 In particular, chunk size of image projections are now determined
 dynamically depending on processing speed, allowing better
 responsiveness of GIMP on less powerful machines whereas processing
@@ -51,27 +54,65 @@ Save dialog shows compatibility issues when applicable
 </figcaption>
 </figure>
 
-Finally on the GEGL side, a new buffer iterator API was added, and GIMP code
-has been ported to this improved interface.
+Thanks to Ell, the Gradient tool now supports multi-color hard-edge gradient
+fills. This feature is available as a new "Step" gradient-segment blending
+function. This creates a hard-edge transition between the two adjacent color
+stops at the midpoint.
+
+<figure>
+<img src="{attach}gimp-2-10-8-gradients-step-blending.png" alt="Step blending in gradient fills"/>
+<figcaption>
+Newly added Step blending in gradient fills
+</figcaption>
+</figure>
+
+On the usability end of things, all transform tools now apply changes when
+you save or export/overwrite an image without pressing **Enter** first
+to confirm changes. Ell also fixed the color of selected text which wasn't
+very visible when e.g. renaming a layer.
+
+## CIE xyY support
+
+Thanks to Elle Stone, GIMP now features initial support for color readouts
+in the CIE xyY color space. You can see these values in the *Info* window
+of the **Color Picker** tool and in the *Sample Points* dock.
+
+Much like CIE LAB, this color space is a derivative of CIE XYZ. The *Y* channel
+separates luminance information from chromaticity information in the *x* and
+*y* channels. You might be (unknowingly) familiar with this color space if you
+ever looked at a [horshoe diagram of an ICC 
profile](https://ninedegreesbelow.com/photography/all-the-colors.html).
 
-See also the [NEWS][] file for more, and the [commit history][] for even
-more details.
+CIE xyY is useful to explore varios color-related topics like the
+[Abney effect](https://en.wikipedia.org/wiki/Abney_effect). See
+[this Pixls.us thread](https://ninedegreesbelow.com/photography/all-the-colors.html)
+for an example of what people do with this kind of information.
+
+Also, see the [NEWS][] file for more information on the new GIMP release,
+and the [commit history][] for even more details.
 
 [NEWS]: https://gitlab.gnome.org/GNOME/gimp/blob/c6f1196721d9e8d1179a09d91557656895e6086d/NEWS#L11
 [commit history]: https://gitlab.gnome.org/GNOME/gimp/commits/gimp-2-10
 
 ## Around GIMP
-### GEGL
+### GEGL and babl
+
+The babl library got an important fix that directly affects GIMP users:
+the color of transparent pixels is now preserved during conversion
+to premultiplied alpha. This means all transform and deformation operations
+now maintain color for fully transparent pixels, making unerase and curves
+manipulation of alpha channel more reliable.
 
-Øyvind Kolås has been working on doing [multispectral/hyperspectral processing
-in GEGL](https://www.patreon.com/posts/camayakaa-float-22446330), GIMP's
-graphics engine, which happens to be the groundwork for CMYK processing.
+On the GEGL side, a new buffer iterator API was added (GIMP code has been
+ported to this improved interface as well). Additionally, new GEGL_TILE_COPY
+command was added to backends to make buffer duplication/copies more efficient.
 
-This is therefore the first steps for better CMYK support in GIMP!
-We hope that anyone who wants to see this happening will
-support [Øyvind on Patreon](https://www.patreon.com/pippin)!
+Recently, Øyvind Kolås has been working again on [multispectral/hyperspectral processing in 
GEGL](https://www.patreon.com/posts/camayakaa-float-22446330),
+which happens to be the groundwork for CMYK processing. This is therefore
+the first steps for better CMYK support in GIMP! We hope that anyone who wants
+to see this happening will support
+[Øyvind on Patreon](https://www.patreon.com/pippin)!
 
-### GIMP in University
+### GIMP in Université de Cergy-Pontoise
 
 Aryeom, well known around here for being the director of [ZeMarmot
 movie](https://film.zemarmot.net/en/), a skilled illustrator, and a
@@ -103,34 +144,38 @@ Patreon](https://www.patreon.com/zemarmot), on
 [Tipeee](https://fr.tipeee.com/zemarmot) or [by others
 means](https://film.zemarmot.net/en/donate)!
 
-### Debugging GIMP on macOS
+### Improving GIMP experience on macOS
+
+Our new macOS contributor, Alex Samorukov, has been very hard at work
+improving the macOS/OSX package, debugging and patching both GIMP and the
+[gtk-osx project](https://gitlab.gnome.org/GNOME/gtk-osx/merge_requests/1).
 
-Our main macOS contributor, Alex Samorukov, has been very hard at work
-improving the macOS/OSX package, debugging and patching.
+Some of the macOS specific bugs he fixed are artifacts while zooming,
+the windows focus bug in plug-ins, and a non-functional support for some
+non-Wacom tablets. A few more bugs in the macOS version were fixed by
+[Jehan](https://gitlab.gnome.org/GNOME/gimp/issues/1924) and
+[Ell](https://gitlab.gnome.org/GNOME/gegl/issues/104).
 
-As a side note, when teaching with GIMP, one of the 2 classrooms was on
-macOS (the other being on Linux), and we discovered 2 very annoying bugs
-(docks locking up and glitchs on white parts of canvas), which got fixed
-by [Jehan](https://gitlab.gnome.org/GNOME/gimp/issues/1924) (also from
-*ZeMarmot* project) and [Ell](https://gitlab.gnome.org/GNOME/gegl/issues/104).
+We also thank CircleCI for providing their infrastructure to us free of charge.
+This helps us automatically building GIMP for macOS.
 
-Keep in mind that we have very few developers for macOS and Windows and we
-welcome new contributors if you want GIMP to be well supported on your
-operating system of choice!
+That said, please keep in mind that we have very few developers for macOS and
+Windows. If you want GIMP to be well supported on your operating system of
+choice, we do welcome new contributors!
 
 ### Flatpak statistics
 
 Although Flathub does not (yet) provide any public statistics for packages,
 an internal source told us that there have been over 214,000 downloads of GIMP
-since its existence ([2017/10](https://twitter.com/zemarmot/status/920045077992476673)).
-This is more than 500 downloads a day, and by far the most downloaded flathub application!
+since its existence (October 2017). This is more than 500 downloads a day, and
+by far the most downloaded application there!
 
 Flathub is a new kind of application repository for GNU/Linux, so of
 course these numbers are not representative of all downloads.
 In particular, we don't have statistics for Windows and macOS.
 Even for Linux, every distribution out there makes its own package of GIMP.
 
-So this is a small share, and a nice one, of the full usage of
+So this is a small share, and a nice one at that, of the full usage of
 GIMP around the globe!
 
 ### GIF is dead? Long live WebP!
@@ -138,17 +183,17 @@ GIMP around the globe!
 The GIF format is the only animated image format which is visible in any
 web browser, making it the de-facto format for basic animation on the
 web, despite terrible quality (256 colors!), binary transparency (no
-partial transparency) and not so good compression.
+partial transparency), and not so good compression.
 
-Well, this may change soon! A few days ago, WebP reached support in all major
+Well, this may change! A few days ago, WebP reached support in all major
 browsers (Mozilla Firefox, Google Chrome, Microsoft Edge, Opera),
 when a [2-year old feature request for Mozilla Firefox got closed as
 "FIXED"](https://bugzilla.mozilla.org/show_bug.cgi?id=1294490). This
 will be available for Firefox 65.
 
-Therefore we sure hope web platforms will take this new format into consideration,
+Therefore, we sure hope web platforms will take this new format into consideration,
 and that everyone will stop creating GIF images now that there are actual
-alternatives in most browser!
+alternatives in most browsers!
 
 And last but not least, we remind everyone that GIMP has already had WebP support
 since [GIMP 2.10.0](https://www.gimp.org/news/2018/04/27/gimp-2-10-0-released/)!
@@ -164,7 +209,7 @@ A WebP animation (done in GIMP), by Aryeom, featuring ZeMarmot and a penguin.
 
 *Disclaimer*: the GIMP team is neutral towards formats. We are aware of
 other animated image formats, such as APNG or MNG, and wish them all the
-best as well! We would also be very happy to support them in GIMP if
+best as well! We would also be very happy to support them in GIMP, if
 contributors show up with working patches.
 
 ## Conclusion


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