RSS/Atom feed Twitter
Site is read-only, email is disabled

Introducing the PhotoFlow GIMP plug-in

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Introducing the PhotoFlow GIMP plug-in aferrero1975 26 Apr 19:44
aferrero1975
2016-04-26 19:44:50 UTC (almost 8 years ago)

Introducing the PhotoFlow GIMP plug-in

Since a little while there is one more RAW loading plug-in available for GIMP, based on the PhotoFlow editor source code.

The plug-in works pretty much like UFraw, meaning that it gets called when GIMP tries to open a RAW file, and after the processing it writes back the image data into the GEGL buffer of a newly created GIMP image. However, the available functionalities are more complete than UFraw, and it also takes full advantage of GIMP 2.9 high bit depth capabilities by sending the image data in 32 bits floating point format.

The PhF plug-in is already available as pre-compiled package for Ubuntu and derivatives though Thorsten Stettin gimp-edge PPA, and also included in the latest Windows and OSX GIMP 2.9 installers from Partha.

Of course it can also be compiled from sources, in which case it is recommended to use the "stable" branch of the GitHub
repository.

Presently I am working on improving the GIMP-PhF inter-operability. In the current version of the plug-in, not only the image data is sent to GIMP when the plug-in is closed, but also the RAW processing configuration. This configuration is stored as meta-data attached to the background layer created by the plug-in itself. Also, this meta-data gets stored in the XCF file when you save it to disk.

The PhF plug-in can be executed again on the same background layer, through the Filters->Photoflow... menu shortcut. When you do so, instead of processing the layer itself, the plug-in opens again the RAW file and applies again the processing parameters as stored in the layer meta-data. The RAW processing can thus be further tweaked and saved back again in the same background layer.

The goal is to provide a inter-operability between GIMP and PhF that somewhat resembles the one between PhotoShop and Lightroom...

Any feedback would be greatly appreciated!

-- View this message in context: http://gimp.1065349.n5.nabble.com/Introducing-the-PhotoFlow-GIMP-plug-in-tp47636.html Sent from the Developers mailing list archive at Nabble.com.