Skip to content

Add Khan20 tone mapping plugin #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2025
Merged

Add Khan20 tone mapping plugin #149

merged 2 commits into from
May 22, 2025

Conversation

mtichavsky
Copy link
Contributor

This commit implements a tone mapping algorithm introduced in "Tone-Mapping Using Perceptual-Quantizer and Image Histogram" paper by Ishtiaq Rasool Khan, Wajid Aziz, and Seong-o. Shim.

The only thing that wasn't properly discussed in the paper was how to apply the new luminance values into some color model, so I converted the input image into Yxy color space and replaced the luminance with new values to get the output image.

mtichavsky and others added 2 commits April 9, 2025 10:33
This commit implements a tone mapping algorithm introduced
in "Tone-Mapping Using Perceptual-Quantizer and Image Histogram"
paper by Ishtiaq Rasool Khan, Wajid Aziz, and Seong-o. Shim.

The only thing that wasn't properly discussed in the paper was
how to apply the new luminance values into some color model,
so I converted the input image into Yxy color space and replaced
the luminance with new values to get the output image.
@cadik cadik merged commit 0668b44 into cadik:master May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants