Support HDR gain maps
The storage of SDR image + gain map is currently being standardized as ISO/CD 21496-1.
This is already used by Adobe in "enhanced" DNGs, in Google's UltraHDR JPEGs (see also libultrahdr), and by Apple in HDR iPhone HEICs.
libavif and libjxl also added preliminary support for it.
Ideally, both import and export should be supported.
This approach seems to be gathering more momentum in the market compared to e.g. "true" 10-bit HDR only containers.
Related:
https://gregbenzphotography.com/hdr-photos/jpg-hdr-gain-maps-in-adobe-camera-raw/
https://www.reddit.com/r/DarkTable/comments/1f421d0/how_to_export_an_hdr_image_taken_on_iphone/
There is a PR for a lua script that can export UltraHDR, https://github.com/darktable-org/lua-scripts/pull/502.
The PR also includes instructions on how to create the gainmap.
darktable already has some support for gain maps on import (mostly in DNGs, e.g. #10289)
@ralfbrown Not the same thing, that one is for flat field correction in raw domain.
Some relevant discussion on pixls.us (where the lua plugin came from) https://discuss.pixls.us/t/manual-creation-of-ultrahdr-images/45004
This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.
Would make darktable way mure usefull with this. My phone can export in the ultraHDR format and it is huge bump in aestetic quality. Now I have to export to exr and then use libultrahdr (which does not work becouse libultrahdr expects half float rgba not half float rgb). Reslults would be better if I had not need to go throught intermidiate formats.
+1
This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.
There is a PR for a lua script that can export UltraHDR, darktable-org/lua-scripts#502.
The PR also includes instructions on how to create the gainmap.
Thanks for sharing this. May I know if this UltraHDR script uses monochrome or color gain map?
And what is the plan for darktable going forward? Will it include a color or monochrome gain map?
Thanks for sharing this. May I know if this UltraHDR script uses monochrome or color gain map?
It depends on the mode, but for the most common cases it uses a single channel gainmap indeed. It's simple to fix though, just remove -M 0 from the ultrahdr_app calls e.g. here: https://github.com/darktable-org/lua-scripts/blob/master/contrib/ultrahdr.lua#L675, or send a PR to do so.
This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.
Not stale, it has just been mentioned.
Bot broken?