| by Arround The Web | No comments

GIMP 3.0.8 Released with Faster Font Loading, New APIs & Security Fixes

GIMP, the popular GTK-based image editor, released version 3.0.8 last night.

The new version of this free open-source image editor might be the final release in the 3.0 series. It primarily includes bug-fixes and performance improvements, while there are also some minor new features.

First, it noticeably speeds up the app start-up time for users with large number of fonts by backported the changes from GIMP 3.2 RC.

It also backported the gimp_cairo_surface_get_buffer () API to retrieve a GEGL buffer from a Cairo surface, as well as gimp_config_set_xcf_version () and gimp_config_get_xcf_version () APIs to specify a particular XCF version for a configuration.

The release also includes some theme and UX improvements. More GUI elements now respect user’s icon size preferences. Dark mode now looks better by showing less bright texture. And, UI has been updated with more usable Spin Scale widget.

For users who need to run GIMP in command line without display, there’s a new --no-interface command option which may be useful for Linux running GIMP with Flatpak or AppImage package without a separate gimp-console-3.0 executable.

And, the Flatpak package has been improved with safe guards to show the correct configuration directory, regardless of whether XDG_CONFIG_HOME is defined, which makes it much easier for flatpak users to install and use third party plug-ins.

new ‘–no-interface’ option

For macOS, Image Graph is now available when running GIMP with --show-debug-menu option. The app icon is now properly displayed in macOS 26 Tahoe. EPS and PS files can be opened again. And, configuration migrations from GIMP 2.10 to 3.0 has been greatly improved.

Other changes include a new help manual made by Jacob Boerema, as well as fixes for following issues:

  • Lossless WEBP image export affected by lossy settings.
  • Duplicate text in Windows installer for certain languages.
  • Font kerning on macOS
  • Default color profiles loading issue in Windows.
  • XCF incompatibility with GIMP 2.10.
  • Unintended Search pop-up.

There are as well some potential security fixes and other changes, see the official announcement for details.

How to Install GIMP 3.0.8

GIMP provides official installer for Linux, Windows, and macOS which are available to download via the link below:

For Linux, the packages include AppImage which can be run directly without installation after added executable permission. Though, Debian/Ubuntu need to install libfuse2 first.

sudo apt install libfuse2

There’s as well a Flatpak package available in Linux Mint Software Manager and Fedora Gnome Software, while others may install it from flathub repository.

Ubuntu users may simply launch App Center (or Ubuntu Software), search and install it as Snap package:

For Ubuntu, Linux Mint, and their based distributions who prefer the native .deb package, I’ll build GIMP 3.0.8 into this unofficial PPA and update here soon.

Source: UbuntuHandbook