Changes to the Support Forum

Hello everyone,

After using the SimpleInvoices Google+ community for development discussion over the past few months we have decided to move our general support forum over to Google+ too.

We will be making the existing forum read only in the near future and would ask that any new support requests be posted to the 'Support' section in the Google+ community.

This change should make it easier for the team to monitor support requests and ensure that nothing gets missed.

Matt


Read or add comments to this article

GIMP 2.8.4 for OSX Available

GIMP 2.8.4 is now available as disk image for Mac OSX.

Please note that with this release, we have moved GIMP’s per-user data from “~/Library” to “~/Library/Application Support”. If you had installed GIMP 2.8.2 before, please open a terminal and enter the following command, so GIMP 2.8.4 will pick up your data from the right location:

mv ~/Library/GIMP ~/Library/Application\ Support

GIMP in 2012

As 2013 is fast approaching, we’d like to take a quick look at 2012 and what we did during the year.

In May we released the long anticipated new stable version, v2.8, with many improvements such as layer groups, tagging of resources, new Cage transform tool and more.

We also started the final transition to GEGL as a new image processing core. All legacy from the libgimp has already been removed.

Unstable version of GIMP is now capable of working in 16 and 32 bit per channel modes, both integer and float. Color management has been improved as well, and thanks to support by AMD and Google the GEGL library can do GPU-side rendering and processing with OpenCL.

We successfully participated at Google Summer of Code 2012. Our students ported more GIMP filters to GEGL operations, created a node compositing application for testing GEGL, and implemented a unified transform tool for GIMP.

In past years we let our work with community slip, so this year we also tried to establish a better connection with our user base. Our Google+ page, where we now regularly share project news and useful GIMP tutorials we come across, is currently circled by ca. 22.000 people (as compared to 1.000 in January 2012).

Last, but not least, we are happy to see the community actively promoting GIMP of its own accord. E.g. this year the GIMP Magazine project was started, with two issues already published and the 3rd issue currently in the works.

Thanks to all contributors our project vision is becoming a reality. GIMP already works in HDR, partially uses GPU for rendering and processing, has better transformation tools.

Our primary focus for 2013 will be finishing the transition to GEGL. We don’t expect it to be an easy job: it’s likely to keep us busy most of 2013, if not longer. You can help us to boost the development. Come join us to complete the rewrite and deliver the new generation of GIMP as a polished stable product.

GIMP Gets ICC v4 Color Profiles Support

For the last few weeks GIMP has been capable of using ICC v4 color profiles thanks to a patch by Laurent Martelli who ported the color management plug-in to use LittleCMS v2.

There is also an ongoing work by Elle Stone to adapt that plug-in to the new GEGL-based architecture and make color space conversions just work between various bit depth precision levels — from 8-bit to 32-bit floating point.

Once it’s done, GIMP will be capable of converting images between different color spaces with little to no loss of color fidelity. In fact, it already works, with some caveats.

Meanwhile Michael Natterer is busy porting plug-ins for loading and saving files to GEGL and GIO. The latter means that GIMP doesn’t create temporary files anymore when loading files from remote locations, and previews in the Open File dialog 100% match actual images.

There is still a lot of work to do before GEGL-based version of GIMP is completely functional. We encourage you to join the team and help making the future closer.