
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
17 lines
1.1 KiB
HTML
17 lines
1.1 KiB
HTML
---
|
|
title: Home
|
|
id: darktable Lua documentation
|
|
draft: false
|
|
author: "people"
|
|
---
|
|
|
|
<p><img src="./images/darktable-logo.png" width="50%"></p>
|
|
|
|
<p>
|
|
darktable is an open source photography workflow application and raw developer — a virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop and enhance your raw images.
|
|
</p>
|
|
<p>
|
|
darktable contains an embedded interpreter for the <a href="https://www.lua.org">Lua</a> programming language which provides the ability to modify and extend darktable's functionality. This documentation set contains descriptions of the extensions and Application Program Interface (API).
|
|
<p>
|
|
The source repository for this documentation may be found at <a href="https://github.com/darktable-org/luadocs.git">https://github.com/darktable-org/luadocs.git</a>. Any feedback relating to this documentation can be provided by creating a <a href="https://github.com/darktable-org/luadocs/issues/new">ticket</a> or a pull request against this repository.
|
|
</p>
|