luadocs/content/lua.scripts.manual/scripts/contrib/kml_export.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

586 B

title id weight draft author
kml_export kml_export 200 false 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