0.4.0 - 2023-07-27
- Added a "Base Config" section, for configuring the general properties of the config. Very sparse at the moment.
- Added a custom tone mapper, included when using the "Custom" base config.
- Added a mode for adjusting existing LUT files. This is particularly useful for tweaking the sensor noise floor of LUTs from camera manufacturers, which are unlikely to be calibrated for specific cameras.
- Can now load 16-bit TIFF and PNG files, which is particularly useful for estimating the sensor noise floor of high-bit-depth footage accurately.
- Now uses the selected/loaded transfer function in Generate and Modify modes when estimating the sensor noise floor from lens cap images. This gives more accurate noise floor estimates in some cases.
- LUT Maker and OCIO Maker can now load Davinci Resolve .cube files. They could already load Iridas .cube files, which are a little different.
0.3.1 - 2022-01-20
- Slightly improved transfer function estimation in LUT Maker and HDRI Merge.
- Appimages crashed on some Linux distributions due to improper library bundling.
0.3.0 - 2022-01-14
- Add a "linear" transfer function option, for when you only want to use it for black levels/noise floor.
- Add a "Bracketed Exposures Plot" view, to vizualize how well a transfer function linearizes colors.
- Add Blackmagic Design's Wide Gamut Gen4/Gen5 color space chromaticities.
- Allow users to manually specify custom color space chromaticities.
- OCIO Maker can now re-open its own configs for further editing.
- Saving OCIO configs via the Appimage release on Linux would fail (issue #4).
- Opening file dialogs would sometimes crash on MacOS (issue #5).
- HDRI Merge wasn't accounting for sensor noise floors properly, which could lead to incorrectly noisy results in dark areas.
0.2.2 - 2021-12-21
- Temporarily switch to git master of eframe, to get access to a fix for MacOS file dialogs. Due to a bug in upstream libraries, opening a file dialog on MacOS would cause the whole program to freeze. Once the fix makes it into a published version, we will switch back.
0.2.1 - 2021-12-17
- "From linear" LUTs were not being written correctly from LUT Maker.
- OCIO Maker would freeze when trying to load a LUT file with non-finite values in it.
0.2.0 - 2021-12-16
- A LUT maker for estimating or generating transfer function LUTs.
- A OCIO config generator, for easily making custom OCIO configs with custom IDTs and ODTs. Works well in combination with the LUT maker. Currently only generates Blender-based configs.
0.1.0 - 2021-11-10
First release! Includes a basic HDRI merging tool.