36 lines
586 B
Markdown
36 lines
586 B
Markdown
![]() |
---
|
||
|
title: kml_export
|
||
|
id: kml_export
|
||
|
weight: 200
|
||
|
draft: false
|
||
|
author: "people"
|
||
|
---
|
||
|
|
||
|
## Name
|
||
|
|
||
|
kml_export.lua - export a kml file from selected images
|
||
|
|
||
|
## Description
|
||
|
|
||
|
darktable KML export script
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
* require this script from your main Lua file
|
||
|
* when choosing file format, pick JPEG or PNG as Google Earth doesn't support other formats
|
||
|
|
||
|
## Additional Software Required
|
||
|
|
||
|
* zip (at the moment Linux only and only if you create KMZ files)
|
||
|
* magick (ImageMagick)
|
||
|
* xdg-user-dir (Linux)
|
||
|
|
||
|
## Limitations
|
||
|
|
||
|
This script is only tested with Linux
|
||
|
|
||
|
## Author
|
||
|
|
||
|
Tobias Jakobs
|
||
|
Erik Augustin
|