luadocs/content/lua.scripts.manual/scripts/contrib/exportLUT.md

35 lines
568 B
Markdown
Raw Normal View History

---
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