The script pano_pro.lua version 2.1. works with darktable 2.2.X

Darktable Plugin Pano Professional Version 2.1
With the plugin, you can create a panoramic image with Darktable in just a few steps.


License: GPL

Script dependencies:
- darktable 2.2.X
- Lua 5.2 bzw. Lua 5.3
- pto_gen (hugin package)
- cpfind  (hugin package)
- cpclean (hugin package)
- linefind (hugin package)
- autooptimiser (hugin package)
- pano_modify (hugin package)
- nona (hugin package)
- enblend
- exiftool



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.) For the creation of the panoramic images, the utility will need the utilities of Hugin, enblend and exiftool.
Install the software with the command:

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


3.)  Copy the Lua script pano_pro.lua to:

~/.config/darktable/lua/contrib

4.) 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/pano_pro"

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

msgfmt -v pano_pro.po -o pano_pro.mo

Copy or move the file pano_pro.mo to the ~ / .config / darktable / lua / en_DE / LC_MESSAGES directory


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 "panorama image" should appear in the export function of the lighttable.
In the global presets under the tab Lua Options there are further settings for the plugin.




Have fun

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




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


Das Skript pano_pro.lua funktioniert ab Version 2.1. mit darktable 2.2.X

Darktable Plugin Pano Professional Version 2.1
Mit dem Plugin können Sie in wenigen Schritten mit Darktable ein Panoramabild erstellen.


Lizenz: GPL

Skript Abhänigkeiten:
- darktable 2.2.X
- Lua 5.2 bzw. Lua 5.3
- pto_gen (In the hugin package)
- cpfind  (In the hugin package)
- cpclean (In the hugin package)
- linefind (In the hugin package)
- autooptimiser (In the hugin package)
- pano_modify (In the hugin package)
- nona (In the hugin package)
- enblend
- exiftool



Installation auf 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 Panorama Bilder wird das Programm werden die Utilities von Hugin, enblend und exiftool benötigt. 
Installien Sie die Software mit dem Befehl:

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


3.) Kopieren Sie das Lua Skript pano_pro.lua nach 

~/.config/darktable/lua/contrib

4.) 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/pano_pro"

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

msgfmt -v pano_pro.po -o pano_pro.mo

Die Datei pano_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 "panorama image" 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-pano-professional

Viel Spass

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