gimp/plug-ins/file-darktable
Tobias Ellinghaus bc05ec52e8
plug-ins: Use Windows registry to find darktable
There are now (up to) three steps to locate an installed darktable used
to load raw files:

1. The environment variable DARKTABLE_EXECUTABLE. It should point to the
main darktable executable without any file extension. So on Windows
leave the ".exe" away!
2. If the environment variable isn't set there is a platform dependent
part. On OSX it uses Kris' code to look for installed app bundles, on
Windows it checks for the registry key written by darktable's installer.
3. Last but not least we fall back to crossing our fingers and hoping
that darktable is in PATH.
2017-07-05 00:50:54 +02:00
..
.gitignore plug-ins: add new plug-in file-darktable 2016-04-19 00:21:15 +01:00
Makefile.am plug-ins: Add a bunch of formats for file-darktable 2016-05-02 00:20:45 +02:00
export-on-exit.lua plug-ins: Get an image size when creating thumbs with darktable 2016-04-26 13:38:33 +02:00
file-darktable.c plug-ins: Use Windows registry to find darktable 2017-07-05 00:50:54 +02:00
file-formats.h app, libgimp: allow to register more than one MIME type per procedure 2017-05-04 23:22:37 +02:00
get-size.lua plug-ins: Get an image size when creating thumbs with darktable 2016-04-26 13:38:33 +02:00