luadocs/content/lua.scripts.manual/scripts/contrib/exportLUT.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

34 lines
568 B
Markdown

---
title: exportLUT
id: exportLUT
weight: 80
draft: false
author: "people"
---
## Name
## Description
Given a haldCLUT identity file this script generates haldCLUTS from all the user's
styles and exports them to a location of their choosing.
## Usage
Add the following line to .config/darktable/luarc to enable this lightable module:
require "contrib/exportLut"
## Additional Software Required
## Limitations
Warning: during export if a naming collision occurs the older file is automatically
overwritten silently.
## Author
Noah Clarke
## Change Log