[gimp-web/testing] 2018 report: more text + new screenshot



commit f74affc74853a54effd6467ca9e63e9ca6530e46
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Thu Dec 27 03:54:53 2018 +0300

    2018 report: more text + new screenshot

 .../gimp-2-10-9-main-window.jpg                    | Bin 0 -> 168796 bytes
 content/news/2018-12_annual_report/index.md        |  75 +++++++++++++--------
 2 files changed, 48 insertions(+), 27 deletions(-)
---
diff --git a/content/news/2018-12_annual_report/gimp-2-10-9-main-window.jpg 
b/content/news/2018-12_annual_report/gimp-2-10-9-main-window.jpg
new file mode 100644
index 00000000..3f84deac
Binary files /dev/null and b/content/news/2018-12_annual_report/gimp-2-10-9-main-window.jpg differ
diff --git a/content/news/2018-12_annual_report/index.md b/content/news/2018-12_annual_report/index.md
index a7c7764f..b90d2bd8 100644
--- a/content/news/2018-12_annual_report/index.md
+++ b/content/news/2018-12_annual_report/index.md
@@ -6,7 +6,8 @@ Slug: gimp-and-gegl-in-2018
 Summary: FIXME
 Status: draft
 
-FIXME INTRO
+We are looking back at 2018 and then forward to outline future work on GIMP,
+GEGL, and babl.
 
 ## Version 2.10 release and point releases
 
@@ -21,7 +22,12 @@ features in the stable series (2.10.2, 2.10.4 etc.). Which means, you don't have
 to wait years for new features anymore. Instead, we make a new release every 1-2
 months, and it usually comes with many bugfixes as well as some new stuff.
 
-FIXME SCREENSHOT
+<figure>
+<img src="{attach}gimp-2-10-9-main-window.jpg" alt="Unstable GIMP, main window"/>
+<figcaption>
+<em>[Nightscape](https://discuss.pixls.us/t/play-raw-nightscape-from-orange-free-state/10103) by Filip 
Bulovic, CC BY-SA 4.0
+</figcaption>
+</figure>
 
 Among the new features in 2.10 updates this year:
 
@@ -30,10 +36,8 @@ Among the new features in 2.10 updates this year:
 - vertical text
 - new filters
 
-
 [HEIF]: https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format "High Efficienty Image File Format"
 
-
 ## Development focus
 
 So what have we been busy with after releasing 2.10?
@@ -41,18 +45,50 @@ So what have we been busy with after releasing 2.10?
 **Refactoring.** Most work is happening in the main development branch leading
 up to version 3.0. GIMP 3.0 will be relying on GTK3, a much newer version of
 the toolkit. And we want to arrive to working on non-destructive editing with a
-much leaner code base. This means a lot still needs to change.
-
-**Usability.** FIXME 
+much leaner code base. This means a lot still needs to change. The majority of
+changes here was contributed by GIMP maintainer Michael Natterer.
 
-**Performance and async jobs.** FIXME
+**Usability.** There have been numerous fixes to address various usability
+issues in GIMP.
 
-**CMYK.** FIXME
+**Smart colorization.** This major new feature greatly simplifies filling inked
+sketches with color, where areas are not completely closed. It was added by
+Jehan Pagès, with contributions from Ell, and will be available in GIMP 2.10.10.
 
-**Mipmaps.** FIXME
-
-**Bugfixing.** FIXME
+<div class='video'>
+<video controls>
+<source src="smart-color-drag.mp4" type="video/mp4">
+</video>
+</div>
 
+**Performance and async jobs.** There are several attack vectors towards subpar
+performance of GIMP. Ell fixed some of the big issues by introducing async
+operations like lazy loading of fonts (which effectively fixed the long startup
+times for GIMP on Windows), and the moved all async logic over to GEGL. Both Ell
+and Øyvind Kolås contributed to improving performance of downscaling with
+bilinear and bicubic samplers and other aspects of GEGL.
+
+**Space invasion.** GIMP used to have the sRGB color space hardcoded into all
+processing. This couldn't work for everyone, and we introduced some changes to
+support any RGB color spaces in 2.10. Space invasion is the next step towards
+that goal. The 'master' git branch of GIMP now allows taking an image that’s
+originally in e.g. ProPhotoRGB, processing it in a different color space (e.g.
+CIE LAB), and the resulted image will be in ProPhotoRGB again, with all color
+data correctly mapped to the original space / ICC profile. This isn't yet
+polished and thus not read for prime-time use. Most of the work was done by
+Øyvind Kolås and Michael Natterer.
+
+**CMYK.** Øyvind also started working towards making CMYK a first-class citizen
+in GEGL, thus laying the foundation for respective changes in GIMP. GEGL now can
+e.g. open a CMYK JPEG file, composite an RGB PNG file with an alpha channel on
+top of it, then write a CMYK TIFF file to the output, tagged with a
+user-submitted CMYK ICC profile. This and other work can be sponsored by you
+[via Patreon](https://www.patreon.com/pippin/).
+
+**Bugfixing.** This is the boring part that is, however, absolutely crucial for
+making any software usable. Due to the switch to GNOME-hosted Gitlab instance,
+we cannot give the exact number, but there have been a few hundreds of bugfixes
+done by many contributors throughout the year.
 
 ## 2019 outlook
 
@@ -61,20 +97,6 @@ We expect to be shipping 2.10.x throughout 2019, starting with the version
 layer groups rendering, smart colorization with the *Bucket Fill* tool for not
 entirely closed areas, and various usability improvements.
 
-FIXME SMART COLORIZATION GIF
-
-<div class='video'>
-<video controls>
-<source src="smart-color.mp4" type="video/mp4">
-</video>
-</div>
-
-<div class='video'>
-<video controls>
-<source src="smart-color-drag.mp4" type="video/mp4">
-</video>
-</div>
-
 We are also planning the first unstable release of GIMP that will have version
 2.99.2, eventually leading up to version 3.0. The prerequisite for releasing
 2.99.2 will be completion of another set of color management improvements that
@@ -83,7 +105,6 @@ we started recently.
 On the GEGL and babl front, we expect to continue working towards better CMYK
 support and performance.
 
-
 ## Where help is wanted
 
 There are many ways you can contribute to making GIMP better.


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