24 lines
1.3 KiB
HTML
24 lines
1.3 KiB
HTML
---
|
|
title: Home
|
|
id: darktable Lua documentation
|
|
draft: false
|
|
author: "people"
|
|
---
|
|
<table>
|
|
<tr>
|
|
<td><img src="./images/darktable-logo.png" width="50%"></td>
|
|
<td align="center"><img src="./images/luaa.gif" style="widgth: 50%;"></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<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>
|
|
<p>
|
|
This documentation is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0</a> license.
|
|
</p>
|