fix(image): correct HLG inverse-OETF clamp in hlg_to_linear#14762
fix(image): correct HLG inverse-OETF clamp in hlg_to_linear#14762bigcat88 wants to merge 1 commit into
Conversation
Signed-off-by: bigcat88 <bigcat88@icloud.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change adjusts the Changes
Related issues: None specified. Related PRs: None specified. Suggested labels: bug, image-processing Suggested reviewers: None specified. Poem: A rabbit tweaks a clamp so small, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
hlg_to_linear(Save Image (Advanced),input_color_space=HDR) clamped its exp branch at_HLG_C(~0.5599) instead of the 0.5 branch point. Every HLG signal value in (0.500, 0.560] therefore produced the constant 0.10706 instead of the 0.0833->0.1071Without patch
With patch from this PR
Additional data
wf_plus_input_image.zip