Download GIMP 2.9.2

Spread the love

The first development version of the 2.9 series of the open source photo editing program The Gimp has been released. The name GIMP is an abbreviation for ‘GNU Image Manipulation Program’. The software is available for various operating systems, including Windows, FreeBSD, Linux, OS X and Solaris. The source code is already available for download, binaries for the different operating systems will follow soon. Version 2.9 includes the GEGL-image processing engine even further, the canvas can be rotated and we find several new and improved tools. The complete release notes for this release are as follows:

GIMP 2.9.2 Released
We are excited to announce the first development release of GIMP in the 2.9.x series. It is another major milestone towards making GIMP a state-of-the art image editing application for graphic designers, photographers, illustrators, and scientists.

GEGL Port
GGL is GIMP’s new image processing engine. The GEGL project was originally launched in 2000 by several developers from visual effects company Rhythm&Hues who needed a versatile image editor for movie production.

From the very beginning, GEGL was a challenging project, since no general image editing software at the time was built on top of the node compositions concept, and GEGL had to be designed with just that in mind.

In 2007, GIMP developers Sven Neumann, Michael Natterer, and Øyvind Kolås started porting GIMP to use GEGL. However, this process had to be broken up into several stages, because GIMP’s source code was already huge at the time.

So GIMP 2.6 (released in 2008) featured optional use of GEGL-based color grading tools and an experimental tool to use GEGL “filters”. Then GIMP 2.8 (released in 2012) featured GEGL-based projection—flattened representation of stacked layers.

Now upcoming GIMP 2.10 is going to use GEGL for pretty much everything under the hood, and v2.9.2 is the first technical preview release on the way towards v2.10.

While a few advanced features of GEGL such as non-destructive editing are planned to be exposed in GIMP at a later development stage (v3.2 and onwards), with 2.9.2, you can already benefit from certain aspects of the new engine, such as:

  • 16/32bit per color channel processing
  • Basic OpenEXR support
  • On-canvas preview for many filters
  • Experimental hardware-accelerated rendering and processing via OpenCL
  • Higher-quality downscaling

Additionally, native support for PNG, TIFF, PSD, and FITS files in GIMP has been upgraded to read and write 16/32bit per color channel data.

New and Improved Tools
All tools in GIMP are now GEGL-based and fully functional in up to 32bit per color channel precision mode.

GIMP 2.9.2 also introduced two new tools that we consider mostly complete:

  • Unified Transformdesigned by Peter Sikking and implemented by Mikael Magnusson, combines rotation, scaling, skewing, and adjusting perspective in a single tool.
  • Warp Transformimplemented by Michael Muré, replaces the old iWarp plugin and provides its features in a tool that works directly on images, without a preview window.

We have also improved several existing tools:

  • Blend tool, worked on by Michael Henning, is now more interactive. After drawing with the tool to define the beginning and the end of the gradient fill, you can adjust start/end positions and change colors.
  • alignment tool now features vertical and horizontal fill modes thanks to João SO Bueno.
  • Foreground Select tool can finally make subpixel selections in complex cases such as strays of hair on textured background. Two new masking methods for that were added by Jan Rüegg and Daniel Sabo, and the user interface was updated by Michael Natterer.

Several new experimental tools can be enabled on the Playground page of Preferences dialog:

  • N-Point Deformationby Marek Dvorožnák, implements a new way to bend objects while preserving a natural look.
  • Handle Transformby Johannes Matschke, is an interesting approach at applying scaling, rotating, and perspective correction using handles placed on the canvas.
  • Seamless Cloneby Barak Itkin, simplifies merging one image into another by adjusting brightness and colors of the pasted image to match the look of the image it is pasted to.
  • MyPaint Brush tool is our first shot at using more brush engines in GIMP. The code was written by Michael Natterer.

All the experimental tools are subject to performance optimizations, bugfixes, user interface redesign etc. We do not guarantee that they will be enabled in v2.10 by default.

File Format Support
Thanks to Mukund Sivamaran, Rasmus Hahn, and Øyvind Kolås, GIMP now features basic support for OpenEXR files, both loading and exporting. It’s currently missing advanced features such as layered or multiresolution EXR files, or unpremultiplication when exporting etc., but you should be able to load, process, and export a “regular” floating point EXR file just fine.

Additionally, GIMP 2.9.2 features initial support for WebP images, also both loading and exporting. Missing features so far are ICC profiles, metadata, and animation.

Color Management
The color management plugin has been replaced with completely new code by Michael Natterer to provide a more complete set of features, as well as better color fidelity preservation. Eg GIMP can finally handle cases, when one image is pasted into another, and color spaces don’t match.

GIMP now uses LittleCMS v2 which minimizes color fidelity loss during conversions between 8, 16, 32, and 64bit per channel data, and provides support for ICC v4 color profiles.

There are still some parts of GIMP like color choosers that need to become color-managed. We expect to complete this in time for v2.10.

Layer Blending
We have introduced some important changes to blending modes.

Overlay fashion is not identical to soft light mode anymore and finally relies on a widely used formula from both PDF specification, as well as W3C’s “Compositing and Blending Level 1” spec.

When opening legacy XCF files, GIMP will automatically map the old Overlay mode to the Soft Light during compositing to preserve the rendering of your old artwork. For all newly created layers with Overlay mode the new formula will be used instead.

In addition to HSV-based Hue, Saturation, Chroma, and Value modes GIMP now features their CIE LCH based counterparts: Hue, Chroma, Color, and Lightness. Elle Stone provided a nice example or using them to post-process photos.

Metadata
GIMP 2.9.2 features an experimental dialog to view Exif, XMP, and IPTC metadata—something that we’ve been meaning to provide photographers for quite a while. It doesn’t yet support adding or editing existing metadata—this will be addressed at a later stage of development.

Just like the new color management implementation, metadata support is an integral part of GIMP now.

Digital Painting
Apart from the newly added experimental MyPaint Brush tool, there are several major and minor changes:

  • Canvas rotation and flipping have been added to facilitate users who need to paint from a different angle or check composition for errors.
  • You can optionally lock brush size to zoom.
  • All tools that use GIMP’s brush engine now have hardness and force sliders. Your browser does not support the video tag. The final v2.10 release is expected to feature configurable mirror painting implemented by Jehan Pagès thanks to GIMP users who supported his crowdfunding campaign. The code is mostly complete and will undergo review in the coming weeks.

Configurability
To help interested users test experimental features, we added a new Playground page to the Preferences dialog. In v2.9.2, it serves to enable experimental tools that we mentioned earlier in the news.

Behavior, another new page in the Preferences dialog, helps configuring default snapping in normal and fullscreen modes.

Finally, the user interface to enable and disable tools in the toolbox has moved to the Toolbox page in the Preferences dialog.

Version number 2.9.2
Release status unstable
Operating systems Windows 7, Linux, BSD, macOS, Solaris, Windows Vista, Windows 8, Windows 10
Website The Gimp Team
Download
License type GPL
You might also like