[gimp-web/testing] 2.10.19: PSD CMYK implementation details



commit 6b1efa3dc8ec4590b8d421fc7e242d61c7790b16
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri Feb 21 19:21:26 2020 +0100

    2.10.19: PSD CMYK implementation details

 content/news/2020/2020-02_GIMP-2.10.18_Released/index.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/content/news/2020/2020-02_GIMP-2.10.18_Released/index.md 
b/content/news/2020/2020-02_GIMP-2.10.18_Released/index.md
index ac3535cd..076e4c0c 100644
--- a/content/news/2020/2020-02_GIMP-2.10.18_Released/index.md
+++ b/content/news/2020/2020-02_GIMP-2.10.18_Released/index.md
@@ -217,10 +217,11 @@ Moreover, GIMP is now capable of loading CMYK(A) PSD files (only 8-bit per
 channel for now). It does so by converting pixels to RGB(A) float using
 sRGB as the profile which, we know, is not good enough for serious work.
 
-However, the plug-in now uses GeglBuffers with CMYK data and the right babl
-formats. So the first step towards better CMYK PSD support is
-architecturally sound. This means, developers can further improve this
-plug-in without rewriting everything.
+However, the plug-in is already using babl formats to specify and communicate
+CMYK pixel format encodings with GIMP. This is a good first step towards better
+CMYK support. It can be improved both on its own as well as integrate with
+the ongoing work enabling general color-space support for babl formats in the
+development branch.
 
 # Layers dock improvements
 


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