Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Tobias Ellinghaus
Am Freitag, 29. April 2016, 17:08:21 schrieb Mika Mantere: > The plug-in works great in importing NEF to GIMP, but now when I open some > TIF files in GIMP, it uses the plug-in in the same fashion as if I was > opening raw files in GIMP, i.e. launching darktable and upon exiting > exporting the fil

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Carmelo DrRaw
This issue is easily handled by other RAW loading plug-ins by intercepting the input files with .tif or .tiff extension and running the normal GIMP loading procedure in such cases. Here is an example from the PhotoFlow plug-in, which was originally derived from UFraw: https://github.com/aferre

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Tobias Ellinghaus
Am Samstag, 30. April 2016, 16:51:05 schrieb Carmelo DrRaw: > This issue is easily handled by other RAW loading plug-ins by intercepting > the input files with .tif or .tiff extension and running the normal GIMP > loading procedure in such cases. Sure, you can work around that, but it's not a prop

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Elle Stone
On 04/30/2016 10:58 AM, Tobias Ellinghaus wrote: Am Samstag, 30. April 2016, 16:51:05 schrieb Carmelo DrRaw: >This issue is easily handled by other RAW loading plug-ins by intercepting >the input files with .tif or .tiff extension and running the normal GIMP >loading procedure in such cases. Su

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Carmelo DrRaw
> On 30 Apr 2016, at 16:58, Tobias Ellinghaus wrote: > > Am Samstag, 30. April 2016, 16:51:05 schrieb Carmelo DrRaw: >> This issue is easily handled by other RAW loading plug-ins by intercepting >> the input files with .tif or .tiff extension and running the normal GIMP >> loading procedure in s

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Tobias Ellinghaus
Am Samstag, 30. April 2016, 11:12:14 schrieb Elle Stone: > On 04/30/2016 10:58 AM, Tobias Ellinghaus wrote: > > Am Samstag, 30. April 2016, 16:51:05 schrieb Carmelo DrRaw: > >> >This issue is easily handled by other RAW loading plug-ins by > >> >intercepting > >> >the input files with .tif or .tiff

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Tobias Ellinghaus
Am Samstag, 30. April 2016, 17:22:13 schrieb Carmelo DrRaw: > > On 30 Apr 2016, at 16:58, Tobias Ellinghaus wrote: > > > > Am Samstag, 30. April 2016, 16:51:05 schrieb Carmelo DrRaw: > >> This issue is easily handled by other RAW loading plug-ins by > >> intercepting > >> the input files with .ti

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Mika Mantere
Thanks for the info, Tobias. I wasn't aware of the close nature of TIFFs and raw files in general, it makes more sense now. I've used Darktable and GIMP (and Inkscape) for everything since moving on to linux side and couldn't be happier for finally having a plug-in seamlessly linking the two. It w

Re: [Gimp-developer] Darktable plug-in in GIMP

2016-04-30 Thread Carmelo DrRaw
Hi Mika! you might want to have a look to the PhotoFlow plug-in as well, which tries to provide the same sort of Photoshop/Lightroom integration in the GIMP world. It is designed in such a way that you can re-process the original RAW file from the saved XCF by simply re-running the plug-in on th

[Gimp-developer] Windows builds using MSYS2

2016-04-30 Thread Petteri Soininen
Instructions to build Gimp 64bit with Windows/MSYS2/mingw64 seem quite outdated when trying to build 2.9.x. I have struggled and learned much about the build process and probably could make an updated document "Howto" I still struggle with Python support and I haven't been able to completely mak