MakeHDR is an OpenFX plug-in for merging multiple LDR images into a single HDRI.
- Merge up to 16 inputs with 8, 10 or 12 bit depth processing
- User friendly logarithmic Tone Mapping controls within the tool
- Advanced controls such as Sampling rate and Smoothness
Available at cross platform on Linux, MacOS and Windows Works consistent in compositing applications like Nuke, Fusion, Natron.
git clone https://github.com/Sosoyan/make-hdr.git && cd make-hdr
git submodule update --init
mkdir build && cd build
cmake .. && make install
Copy make_hdr.ofx.bundle directory to your system's default OFX_PLUGIN_PATH or where the environment variable is set to.
- Linux: /usr/OFX/Plugins
- MacOS: /Library/OFX/Plugins
- Windows: C:\Program Files\Common Files\OFX\Plugins
- Create MakeHDR node within your DCC app.
- Connect your source images shot with multiple shutter speed up to 16 inputs.
- Fill the details of exposure times in seconds for appropriate inputs, i.e. for 1/250 shutter speed enter 0.004.
exposure_times
- 1-16: Shutter speeds of corresponding source input in seconds
tone_mapping
- exposure: Exposure aka f-stop offset
- gamma: Gamma correction
- highlights: Logarithmic highlights compensation
advanced
- show samples: Show sample pixels for debugging purposes.
- input depth: 8, 10 or 12 bit input image processing.
- sampling: Sampling count squared, 8 means 64 total samples.
- smoothness: Normalized smoothing of the response curve.
- log level: Log verbosity level of the node