luadocs/content/lua.scripts.manual/scripts/official/generate_image_txt.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

35 lines
574 B
Markdown

---
title: generate_image_txt
id: generate_image_txt
weight: 60
draft: false
author: "people"
---
## Name
generate_image_txt.lua - generate text metadata
## Description
A script to run a command on images to generate text metadata
The medata will be displayed as an overlay on the image in lighttable mode
## Usage
* require this script from your main lua file
* set a command to run on all image, this command should output text on stdout
* enable image file generation
## Additional Software Required
## Limitations
## Author
Tobias Ellinghaus
## Change Log