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

574 B

title id weight draft author
generate_image_txt generate_image_txt 60 false 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