Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 17 submissions in the queue.
posted by takyon on Friday April 27 2018, @08:08PM   Printer-friendly
from the 79-octillion-colors dept.

After 6 long years, GIMP has finally released version 2.10 using the Generic Graphics Library (GEGL) for high bit depth processing. This release comes with a brand new interface, better integrated color management, a new unified transform tool for scaling, rotating, and correcting perspective, and many other improvements and tools.

takyon: More detailed release notes and NEWS file.

High bit depth support allows processing images with up to 32-bit per color channel precision and open/export PSD, TIFF, PNG, EXR, and RGBE files in their native fidelity. Additionally, FITS images can be opened with up to 64-bit per channel precision.

Multi-threading allows making use of multiple cores for processing. Not all features in GIMP make use of that, it's something we intend to work on further. A point of interest is that multi-threading happens through GEGL processing, but also in core GIMP itself, for instance to separate painting from display code.

GPU-side processing is still optional, but available for systems with stable OpenCL drivers.

[...] Some of the new GEGL-based filters are specifically targeted at photographers: Exposure, Shadows-Highlights, High-pass, Wavelet Decompose, Panorama Projection and others will be an important addition to your toolbox.

The WebP lossy image format, which is now supported by GIMP, was updated by Google to v1.0.0 on April 2.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Saturday April 28 2018, @02:26AM

    by Anonymous Coward on Saturday April 28 2018, @02:26AM (#672881)

    Adjustment layers was doable in old code bases: as special blend modes that ignore layer pixels, and process the stack below with Levels, Curves, etc code. That is probably what PS did (and maybe does), or it looked a lot like how it worked. https://bugzilla.gnome.org/show_bug.cgi?id=79025 [gnome.org]

    It was hackable then (2002), just make sure it's nice in the XCF format, and later implement it "perfect" when you have GEGL or whatever.

    But no, GIMP devs want perfection in first try. They scared developers when FOSS was the "in" thing (2000s or so, after 2008 most people has to care about keeping a job and change to one that doesn't pay shit, meaning less free time... and then Cloud and Mobile stole Desktop thunder).