Is there a good way to export a photo from darktable to Nik Collection?

Hey Mike,
I try to explain it to you in a few screenshots.

First you need to get the scripts:
Go to https://github.com/darktable-org/lua-scripts and download the .zip folder.

  1. Open the finder an go to the Folder “~/.config/darktable”
    36
    03

  2. unzip the .zip and copy the content to the the folder “lua”. The Path should be: /.config/darktable/lua
    If there is no folder called lua then create one.
    It should look like this:
    10

  3. You just need to create the luarc file. Use the texteditor to do so.
    In the luarc you need to require the script you want to use.
    19
    40

  4. Right click on the luarc and open the information about the file.
    You need to remove the .rtf the close the information tab and confirm that you don´t need the suffix .rtf.
    20
    33

The next time you start darktable the script should also start.
If you want more scripts just add a new line the same way as the other.

David

2 Likes