LuminanceHDR / LuminanceHDR

A complete workflow for HDR imaging
http://qtpfsgui.sourceforge.net/
GNU General Public License v2.0
598 stars 103 forks source link

Need Assistance Running Batch HDR from Console #225

Open terjebyte opened 3 years ago

terjebyte commented 3 years ago

Im a newbie, need guidance. Im running Luminance 2.6.0 on Ubuntu

What is the correct way to use the Luminance HDR Cli I type the following luminance-hdr-cli INPUTFILES --hdrCurveFilename curve filename=/home/terje/pictures/V1

but receive error oadFile: Cannot load filename=/home/tjames007/Pictures/V1: Cannot find the correct handler for filename=/home/terje/Pictures/V1"

How do I tell the luminance-hdr-cli what folder to process and where to save processed Files?

Thanks,

Beep6581 commented 3 years ago

@terjebyte

luminance-hdr-cli --verbose --save /tmp/landscape.hdr --output /tmp/landscape_tonemapped.tif --ldrTiff 16b --tmo fattal /tmp/landscape*.tif
Input file /tmp/landscape_1.tif
Input file /tmp/landscape_2.tif
Input file /tmp/landscape_3.tif
Running in HDR-creation mode.
Temporary directory: /tmp
Using 1 thread(s).
Creating (in memory) the HDR.
Saving to file /tmp/landscape.hdr.
Image /tmp/landscape.hdr saved successfully
Tonemapping requested, saving to file /tmp/landscape_tonemapped.tif.

100% [#####################################################] in 3s

Image /tmp/landscape_tonemapped.tif successfully saved
rotoglup commented 2 years ago

FWIW, here's another example, which seems to work for me to apply mai operator with autolevels to an EXR image

luminance-hdr-cli.exe --verbose --output <result.png> --tmo mai --autolevels --load <input.exr>