Versie 2.10.30 van het opensource-fotobewerkingsprogramma GIMP is uitgekomen. De naam GIMP is een afkorting voor 'GNU Image Manipulation Program'. De software is beschikbaar voor diverse besturingssystemen, waaronder Windows, FreeBSD, Linux, macOS en Solaris. Nieuw in versie 2.10 zijn onder meer de GEGL-image processing engine en de mogelijkheid om het canvas te roteren. Daarbij treffen we diverse nieuwe en verbeterde tools aan. De complete releasenotes voor versie 2.10.30 kunnen op deze pagina worden gevonden. Dit zijn in het kort de belangrijkste verbeteringen:
Improved file formats supportSeveral file format supports were updated with fixes or improvements: AVIF, HEIF, PSD, DDS, RGBE and PBM. Let’s highlight in particular:
OS evolutions
- PSD support received various types of improvements allowing it to load more sub-cases of PSD (layer masks tagged with invalid dimensions, CMYK without alpha, CMYK without layers, merged image of a 16 bit per channel RGBA which had opaque alpha channel…).
- AVIF export now favors AOM encoder.
Some backends got reworked to follow OS evolutions:
Other improvements
- Backport of selection outline drawing reimplementation from GIMP 2.99.8 for macOS Big Sur and over (already discussed patch, itself exceptionnaly backported to the 2.10.28 DMG package so that macOS users enjoyed visible selections earlier).
- On Windows, we moved from
GetICMProfile()
to theWcsGetDefaultColorProfile()
API because the former is broken in Windows 11. Thus we were failing to get monitor profiles.- On Linux and other OSes which might use Freedesktop portals, we implemented color picking on display (
Colors
dockable) with the Freedesktop API when available, keeping old implementations as fallbacks. Screenshot plug-in now also uses in priority the Freedesktop API rather than specific KDE or GNOME API (which are getting restricted for security reasons since KDE Plasma 5.20 and GNOME Shell 41).Various improvements were made on metadata support, be it on core code as well as in the metadata plug-ins (viewer and editor).
A noteworthy fix is that the text tool won’t follow anymore the subpixel font rendering choice from system settings. Subpixel rendering is for GUI on a screen of a specific type and pixel order and is not suitable for image contents which can be zoomed in or out, showed on various screens or even printed. This change also depends on a patch we contributed to Cairo which will be available in their next release (we include the patched version in our flatpak).