radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Error check for directory inputs #65

Closed adulbrich closed 4 months ago

adulbrich commented 8 months ago

by @shantimorrell

At least for macos, radiance, hdrgen, output, and temp directories must currently start and end with /. Otherwise, for example, it outputs tmpoutput_.hdr when the input is /tmp

adulbrich commented 8 months ago

Seems there's a way to not use concat to generate the proper path (cfr. our Zoom chat)

shantimorrell commented 8 months ago

This should now be working for the trailing slash for all four paths on branch _batchprocessing. Still need the beginning / for now, at least if on macOS. Can investigate that more a little later.