35 lines
568 B
Markdown
35 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
|