The script enfuse_pro.lua version 2.1.1 works with darktable 2.2.X and 2.3

Darktable Plugin Enfuse Professional Version 2.1.2

License: GPL

Script dependencies:
- darktable 2.2.X or 2.3
- Lua 5.2 / Lua 5.3
- align_image_stack (hugin)
- enfuse 4.2
- exivtool



Installation on e.g. Ubuntu:
1.) First, the Lua script language must be installed with the following commands:

sudo apt-get update
sudo apt-get install liblua5.2-0 liblua5.2-dev lua5.2 lua5.2-doc

2.) The program align_image_stack (contained in hugin-tools), enfuse in version 4.2 and exivtool is required for the creation of the HDR and DFF (Focus Stacking) images.

Install the software with the command:

sudo apt-get install hugin-tools enfuse libimage-exiftool-perl


3.) If it does not already exist, create the following directories:

~/.config/darktable/lua/contrib
~/.config/darktable/lua/de_DE/LC_MESSAGES


4.) Copy the Lua script enfuse_pro.lua

~/.config/darktable/lua/contrib

5.) To start the script the luarc file has to be created or edited. The text file ~ / .config / darktable / luarc has to be opened or created with a text editor.
Add the following to the luarc file:

require "contrib/enfuse_pro"

6.) If you want to have the script in German, you have to compile the file enfuse_pro.po from the folder de_DE / LC_MESSAGES. This is done with the following command:

msgfmt -v enfuse_pro.po -o enfuse_pro.mo

 Copy or move the enfuse_pro.mo file to the directory ~/.config/darktable/lua/de_DE/LC_MESSAGES
 

Translations into other languages are welcome! Just send the po file with the language to darktable@multimedia4linux.de.



After a restart of darktable the plugin under the name "pseudo hdr or dff image" or "merge as HDR or DFF photo" should appear in the export function from the lettuce.
In the global presets under the tab Lua Options there are further settings for the plug-in.



Have fun

Updates can be found on the Multimedia4Linux homepage
http://www.multimedia4linux.de




-----------------------------------------------------------------------------------------------------------------------------



Das Skript enfuse_pro.lua funktioniert ab Version 2.1.1 mit darktable 2.2.X und 2.3

Darktable Plugin Enfuse Professional Version 2.1.2

Lizenz: GPL

Skript Abhänigkeiten:
- darktable 2.2.X oder 2.3
- Lua 5.2 bzw. Lua 5.3
- align_image_stack (hugin)
- enfuse 4.2
- exivtool



Installation auf z.B. Ubuntu:
1.) Zuerst muss die Lua Skriptsprache mit den folgenden Befehlen installiert werden:

sudo apt-get update
sudo apt-get install liblua5.2-0 liblua5.2-dev lua5.2 lua5.2-doc

2.) Für die Erzeugung der HDR und DFF (Focus Stacking) Bilder wird das Programm align_image_stack (enthalten in hugin-tools), enfuse in Version 4.2 und exivtool benötigt. 
ACHTUNG: Es wird nur Enfuse in Version 4.2 unterstützt!
Installien Sie die Software mit dem Befehl:

sudo apt-get install hugin-tools enfuse libimage-exiftool-perl


3.) Falls noch nicht vorhanden erstellen Sie die folgende Verzeichnise:

~/.config/darktable/lua/contrib
~/.config/darktable/lua/de_DE/LC_MESSAGES


4.) Kopieren Sie das Lua Skript enfuse_pro.lua nach 

~/.config/darktable/lua/contrib

5.) Zum starten vom Skript muss jetzt noch die luarc Datei angelegt bzw. editiert werden. Die Textdatei ~/.config/darktable/luarc ist mit einen Texteditor zu öffnen bzw. anzulegen.
Fügen Sie in die luarc Datei folgendes ein:

require "contrib/enfuse_pro"

6.) Wenn Sie das Skript in deutsch haben wollen, dann müssen Sie die Datei enfuse_pro.po aus dem Ordner de_DE/LC_MESSAGES noch kompilieren. Das geht mit dem folgenden Befehl:

msgfmt -v enfuse_pro.po -o enfuse_pro.mo

Die Datei enfuse_pro.mo kopieren oder verschieben Sie dann ins Verzeichnis ~/.config/darktable/lua/de_DE/LC_MESSAGES

Übersetzungen in andere Sprachen sind herzlich willkommen! Einfach die po Datei mit der Sprachangabe an darktable@multimedia4linux.de schicken.



Nach einem Neustart von darktable sollte das Plugin unter der Bezeichnung "fusion to hdr or dff image" bzw. "verschmelzen als HDR oder DFF Foto"  in der Export Funktion vom Leuttisch erscheinen.
In den globalen Voreinstellungen unter dem Reiter Lua-Optionen gibt es weitere Einstellmöglichkeiten zum Plugin.


Ein deutsches Benutzerhandbuch finden Sie unter:
http://www.multimedia4linux.de/index.php/bildbearbeitung/darktable/darktable-plugin-enfuse-professional


Viel Spass

Updates finden Sie auf der Multimedia4Linux Homepage
http://www.multimedia4linux.de