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

568 B

title id weight draft author
exportLUT exportLUT 80 false 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