Er is een update voor versie 2.8 van het opensource-fotobewerkingsprogramma GIMP verschenen. De naam GIMP is een afkorting voor 'GNU Image Manipulation Program'. De software is beschikbaar voor diverse besturingssystemen, waaronder Windows, FreeBSD, Linux, OS X en Solaris. De broncode is al op te halen, binaries voor de verschillende besturingssystemen zullen spoedig volgen. Versie 2.8 bevat onder andere verbeteringen in de gebruikersinterface, layers kunnen nu worden gegroepeerd, de tekst-tool is sterk verbeterd en gegl is zo goed als compleet geïntegreerd. Deze update brengt voornamelijk voornamelijk bugfixes.
Core:GUI:
- Move the OSX gimpdir to "~/Library/Application Support"
Libgimp:
- Better names for the default filters in save and export
- Make tool drawing (esp. the brush outline) much more responsive
- Remember the "maximized" state across sessions
- Simplify the splash image code a lot, makes it appear immediately again
- Allow the text tool to start on an image without layers
- Various fixes for text style attribute handling
- Set unconfigured input devices to eraser if GTK+ says they are erasers
- Make language selectable in Preferences on OSX
Plug-ins:
- Make libgimp drawable combo boxes aware of layer groups
- Make sure plug-in windows appear on top on OSX
- Fix item width in GimpPageSelector (used e.g. in PDF import)
Installer:
- Better default values in the Drop Shadow script
- Fix a whole bunch of bugs in the BMP plug-in
- On OSX, use the system's screenshot utility
Source and build system:
- Add Brazilian-Portuguese translation to the Windows installer
General:
- Many improvements to the OSX bundle build system
- Support automake 1.13
- Lots of bug fixes
- Lots of translation updates