[gimp-web] 2.10.20: various additions



commit 50d413268f9eff6c83a78ad30fbd24e2747ebde5
Author: Ell <ell_se yahoo com>
Date:   Wed Jun 10 01:43:37 2020 +0300

    2.10.20: various additions

 .../2020/2020-06_GIMP-2.10.20_Released/index.md    | 29 +++++++++++++++++-----
 1 file changed, 23 insertions(+), 6 deletions(-)
---
diff --git a/content/news/2020/2020-06_GIMP-2.10.20_Released/index.md 
b/content/news/2020/2020-06_GIMP-2.10.20_Released/index.md
index c7da2168..128fdd3c 100644
--- a/content/news/2020/2020-06_GIMP-2.10.20_Released/index.md
+++ b/content/news/2020/2020-06_GIMP-2.10.20_Released/index.md
@@ -9,7 +9,7 @@ GIMP 2.10.20 comes with new features as well as important bugfixes.
 
 Release highlights:
 
-- Tool groups now expand on hover rather than click by default
+- Tool-group menus can now expand on hover
 - Non-destructive cropping now available by cropping the canvas rather than actual pixels
 - Better PSD support: exporting of 16-bit files now available, reading/writing channels in the right order
 - On-canvas controls for the Vignette filter
@@ -25,9 +25,9 @@ Release highlights:
 
 # Toolbox updates 
 
-We've listened to users' feedback on introducing tool groups in the toolbox in the previous release. A lot 
of people told us they appreciated the change in general but were quite averse to having to click to open the 
list of tools in a group. So now you only need to hover the tool group to let the list of its tools slide 
out. This is the new default behavior. You can still switch to clicking to open the list, the setting is on 
the _Toolbox_ page of the _Preferences_ dialog.
+We listened to users' feedback on introducing tool groups in the toolbox in the previous release. A lot of 
people told us they appreciated the change in general but were quite averse to having to click to open the 
list of tools in a group. The new release adds the option to show the tool-group menu as soon as the mouse 
hovers over the toolbox button, without having to click it. This option is enabled by default when the 
toolbox is arranged in a single column, but it can be enabled for arbitrary toolbox layouts, or disabled 
entirely, through the _Toolbox_ page of the _Preferences_ dialog.
 
-Additionally, when 'Show on click' is enabled, the every tool group will list other tools in that group in 
the tooltip.
+Additionally, when not using the new behavior, toolbox tooltips now list all the tools in a group, to 
improve their discoverability.
 
 <figure>
 <img src="{attach}gimp-2-10-20-toolbox-tooltip.jpg" 
@@ -61,7 +61,7 @@ In addition, there are two new shapes,  'Horizontal' and 'Vertical'.
 
 <figure>
 <img src="{attach}gimp-2-10-20-vignette.jpg" 
-alt="FIXME"/>
+alt="Vignette filter"/>
 </figure>
 
 There are three new filters all related to imitating out-of-focus blur.
@@ -71,6 +71,9 @@ _Variable Blur_ takes a layer or channel as an input mask to decide which pixels
 <figure>
 <img src="{attach}gimp-2-10-20-variable-blur.jpg"
 alt="Variable Blur filter"/>
+<figcaption>
+<em>Featured image by [Raphaƫl Bacco](https://500px.com/Armadeus).</em>
+</figcaption>
 </figure>
 
 _Lens Blur_ does the same but provides a far more realistic imitation of the out-of-focus blur, including 
the partial occlusion of sharp foreground objects by highlights blurred in the background. You also have 
control of how much highlights are affected.
@@ -85,6 +88,9 @@ _Focus Blur_ provides a simple user interface to out-of-focus blurring using the
 <figure>
 <img src="{attach}gimp-2-10-20-focus-blur.jpg" 
 alt="Focus Blur filter"/>
+<figcaption>
+<em>Featured image by Matt McNulty.</em>
+</figcaption>
 </figure>
 
 New _Bloom_ filter applies an effect that looks a lot like what you can get with the _Soft Glow_ filter but, 
unlike, _Soft Glow_, it doesn't decrease saturation. Technically, _Bloom_ isolates the highlights region, 
feathers it, and then recombines it with the original image.
@@ -92,16 +98,27 @@ New _Bloom_ filter applies an effect that looks a lot like what you can get with
 <figure>
 <img src="{attach}gimp-2-10-20-bloom.jpg"
 alt="Bloom filter"/>
+<figcaption>
+<em>Featured image by [Brocken Inaglory](https://sites.google.com/site/thebrockeninglory/).</em>
+</figcaption>
 </figure>
 
+# Filter-dialog improvements
+
+The options dialog of GEGL filters now provides a new _Blending Options_ section, which allows controlling 
the blending-mode and opacity with which the filter is applied.
+This replaces the _Fade_ functionality, which was removed in version 2.10.10.
+
+Filter previews now remain cached even when toggled off, allowing for quickly switching between the original 
and filtered views.
+
 # Better PSD support
 
-When we released v2.10.20, we sort of forgot checking if GIMP actually exports 16-bit PSD files. This has 
been fixed now.
+While GIMP could already load 16-bits-per-channel PSD files, high-bit-depth images can now be exported using 
16-bits per channel as well.
 
-In addition, we fixed the bug where GIMP would load and write channels in PSD in the wrong order.
+In addition, channels are now exported in the correct order, and with their original colors.
 
 # Other changes
 
+- The blending mode and opacity of GEGL filters can now be controlled while applying the filter
 - Painting tools can now save and load opacity and blending mode to/from presets.
 - Canon CR3 files are now properly recognized by GIMP and sent to your raw developer software of choice.
 - The TWAIN plug-in used for acquiring images via scanners has been slightly refactored and now supports 
16-bit RGB/grayscale images.


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