luadocs/content/lua.scripts.manual/scripts/contrib/cr2hdr.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

944 B

title id weight draft author
cr2hdr cr2hdr 60 false people

Name

cr2hdr.lua - Magic Lantern Dual ISO processing

Description

cr2hdr Magic Lantern Dual ISO processing.

This script automates the steps involved to process an image created with the Magic Lantern Dual ISO module. Upon invoking the script with a shortcut "cr2hdr" provided by Magic Lantern is run on the selected images. The processed files are imported. They are also made group leaders to hide the original files.

Usage

  • require this script from your main lua file
  • trigger conversion on selected/hovered images by shortcut (set shortcut in settings dialog)
  • it is also possible to have the script run after importing a collection (optin, since it is not that fast)

Additional Software Required

  • cr2hdr (sources can be obtained through the Magic Lantern repository)

Limitations

Author

Till Theato - theato@ttill.de

Change Log