Nachdem hier ja zur Version 2.10.6 keine Ankündigung zu finden war, nun direkt der Sprung zu 2.10.8:
Die neue Version wurde
am 8.11.2018 veröffentlicht und enthält wie die Versionen davor vor allem Detailverbesserungen. Insbesondere auf technischer Ebene gab es hier einige Optimierungen, sodass sich die Performance mit der neuen Version verbessert haben sollte.
Besonders nützlich für Entwickler/Bugreporter sind die neu hinzugekommenen bzw. verbesserten Diagnosetools (Performance Logs und das Performance Dashboard), die die Fehlersuche bei Performanceproblemen erleichtern sollen.
Zwei kleinere Quality of Life-Verbesserungen gab es auch:
1. GIMP findet
RawTherapee unter Windows (Mit dem kommenden Release 5.5 von RawTherapee) nun automatisch, sodass neben
Darktable unter Windows nun eine weitere Open Source RAW-Entwicklungssoftware zur Wahl steht.
2. Der "Speichern"-Dialog zeigt nun an, wenn in einem Bild mit älteren GIMP-Versionen inkompatible Features genutzt werden, die die XCF-Datei in alten GIMP-Versionen unlesbar machen würden. So kann man nun vor dem Speichern sicher stellen, dass auch Nutzer älterer GIMP-Versionen die XCF-Datei öffnen können.
Zu guter letzt zur Mac-Version: Durch einen neuen Contributor (Alex Samorukov) tut sich auch hier wieder etwas: Mit seiner Hilfe konnten bereits einige Bugs und Anzeigefehler in der Mac-Version von GIMP behoben werden. Außerdem steht durch seine Arbeit nun mit Updates zeitnah ein MacOS package zur Verfügung.
Download
Auf der
Downloadseite auf gimp.org gibt es wie immer den Source-Code der neuen Version zum herunterladen.
Für GIMP 2.10.8 gibt es außerdem offizielle vorkompilierte Pakete für die folgenden Betriebssysteme:
GNU/Linux
Für Unix-ähnliche Systeme gibt es einen Flatpak build, der direkt auf der
Downloadseite verlinkt ist.
Hier der Direktlink zu flathub.org:
Microsoft Windows
Der Windows-Installer ist nun wie gewohnt ebenfalls auf der Downloadseite zu finden und bringt sowohl eine GIMP Version für 64 bit als auch eine für 32 bit mit. Die korrekte Version wird bei der Installation automatisch bestimmt.
Achtung: Bei der Aktualisierung von GIMP 2.8 auf GIMP 2.10 ändert sich unter Windows der Speicherort der Benutzereinstellungen von C:\Users\BENUTZERNAME\.gimp-2.8 auf C:\Users\BENUTZERNAME\AppData\Roaming\GIMP\2.10. Die alten Einstellungen und Plugins werden vom Installer bei der Aktualisierung automatisch übernommen. Das kann aber bei inkompatiblen Plugins auch zu Problemen führen. Falls ihr also beim ersten Start von GIMP 2.10.X direkt ein paar Fehlermeldungen angezeigt bekommt, leert am besten zunächst den Ordner C:\Users\BENUTZERNAME\AppData\Roaming\GIMP\2.10\pl ug-ins.
MacOS
Wie bereits oben erwähnt gibt es nun auch wieder offizielle MacOS-Packages von GIMP. Auch diese können auf der offiziellen Downloadseite entweder per Torrent oder direkt heruntergeladen werden:
Wie immer gilt: solltet ihr über Bugs stolpern, könnt ihr euch hier im Forum (wenn ihr euch nicht sicher seid, ob es sich um einen Bug handelt) und unter
https://gitlab.gnome.org/GNOME/gimp/issues melden.
Zu guter letzt gibt es wie gewohnt noch die volle Liste der Änderungen von Version 2.10.6 auf Version 2.10.8:
Code:
Overview of Changes from GIMP 2.10.6 to GIMP 2.10.8
===================================================
Core:
- Use adaptive chunk size in GimpProjection when rendering the
projection asynchronously, rather than using a fixed chunk size.
This provides a better trade-off between throughput and
responsiveness dynamically, based on how fast the processing is.
Tools:
- In all selection tools, show error on attempt to
subtract-from/intersect-with empty selection.
- Fix text along path not working with vertical text.
- Fix Text tool's frame position when undoing a move operation.
- Streamline Text tool's drawing blocking/unblocking logic.
- When moving a text layer using the text tool (through alt+drag),
don't change the layer's box mode to "fixed", which is unnecessary,
since the layer's size isn't affected.
- Transform and deformation operations now maintain color for fully
transparent pixels, making unerase and curves manipulation of alpha
channel more reliable.
- All transform tools now apply changes when you save or
export/overwrite an image without pressing Enter first to confirm
changes.
- Heal, Dodge/Burn, Smudge, and Convolve tools now adjust the
processed buffer and mask_buffer regions according to the changes
made to the application region, as calculated by intersecting it
with the drawable and mask extents. This fixes wrong application
position when painting on a drawable whose origin is above/to the
left of the image's origin, and there's a selection active.
Plug-ins:
- Port all plug-ins to the new iterator API in GEGL.
- Improve automatic detection of HEIC/HEIF files.
- Improve RawTherapee discovery by looking up registry key (should
become useful with RawTherapee 5.5 and more).
Usability:
- Compatibility information in the Save dialog is now more
understandable. The minimum GIMP version for the XCF file is
always written down when it is GIMP 2.8 or over. The list of
features warranting the minimum version is now listed in an
expander container rather than as tooltip, which makes it more
discoverable. The warning on compression is now displayed
as its own text under the checkbox and not as additional text to
the minimum GIMP version label.
CLI:
- New self-explanatory --enable-win32-debug-console CLI option
Debugging:
- New GimpBacktrace API provides an interface for creating and
traversing multi-threaded backtraces, as well as querying symbol
information. Backends are available for Linux and Windows.
- Performance log recording now available in the Dashboard dock.
The log contains a series of samples of the dashboard variables,
as well as the full program backtrace, when available. As such,
it essentially acts as a built-in profiler, which allows us to
correlate program execution with the information available
through the Dashboard.
- New performance-log-expand.py tool decodes a delta-encoded
performance log by expanding the deltas, producing a log where
each sample (and other relevant elements) contain complete
information. The structure of expanded logs is identical to that
of delta-encoded logs, the expanded log simply has no deltas.
- New performance-log-resolve.py tool resolves symbol information
in backtraces. The logs produced by GIMP only specify the program
counter at each stack frame, providing an address-map to map
program-counter addresses to actual symbols separately. This tool
looks up each program-counter address in the address map,
incorporating the relevant symbol information directly into the
backtrace.
- New performance-log-deduce.py tool that statistically deduces the
correct thread states based on backtrace address frequency, fixing
local inaccuracies.
- New performance-log-viewer.py tool that is a viewer for GIMP
performance logs, with a sample-selection area at the top and an
information area at the bottom. The sample-selection area
visualizes the sampled variables and markers using a simultaneous
set of plots, and displays the currently selected samples. The
information area shows global information stored in the log, as
well as information specific to the currently selected samples,
including variable listing and statistics, full backtrace, and
profile/call-graph information.
Translations:
- Updated translations: Danish, Dutch, Finnish, German, Hungarian,
Italian, Polish, Portuguese (Brazil), Spanish, Swedish, Ukrainian.
Contributors:
=============
Alexandre Prokoudine, Ell, Elle Stone, Jehan, Jernej Simončič, Josef
Ridky, Liam Quin, Massimo Valentini, Michael Natterer, ONO Yoshio,
Oleksii Samorukov, Sergio Jiménez Herena, Simon Mueller, Tobias
Ellinghaus, luz.paz, Øyvind Kolås,
Translators:
============
Alan Mortensen, Alexandre Prokoudine, Anders Jonsson, Balázs Meskó,
Christian Kirbach, Daniel Korostil, Daniel Mustieles, Dimitris
Spingos, Ell, Gábor Kelemen, Hannie Dumoleyn, Marco Ciampa, Mario
Blättermann, Olesya Gerasimenko, Piotr Drąg, Rafael Fontenelle,
Rodrigo Lledó, Snehalata B Shirude, Tim Sabsch, Timo Jyrinki.