EndlesslyFlowering / ReShade_HDR_shaders

ReShade shaders focused on HDR analysis, (post) processing and (inverse) tone mapping.
GNU General Public License v3.0
172 stars 5 forks source link

Could you write a user-guide or a quick reference guide to help us learn how to use your shaders better? #8

Closed DitherMan420 closed 8 months ago

DitherMan420 commented 9 months ago

Just curious if you have any further documentation for the shaders.

My main question: What exactly does the "inverse tone mapping" shader do? How does this differ from the other tone mapping and gamma shaders?

EndlesslyFlowering commented 9 months ago

guides are planned. I am currently busy with other stuff though.

inverse tone mapping is the inverse (opposite) of tone mapping it expands a low dynamic range (or SDR) image into a high dynamic range image while regular tone mapping is usually compressing HDR into SDR but in the case of my shaders it's HDR to HDR with lower brightness. which is meant for games where no HDR options exist or you want to replace the games' tone mapper (tone mappers of games are usually not as good as my options as what some users reported)

EndlesslyFlowering commented 8 months ago

now tracked in the Public TODO list

Day0Dreamer commented 2 months ago

guides are planned. I am currently busy with other stuff though.

inverse tone mapping is the inverse (opposite) of tone mapping it expands a low dynamic range (or SDR) image into a high dynamic range image while regular tone mapping is usually compressing HDR into SDR but in the case of my shaders it's HDR to HDR with lower brightness. which is meant for games where no HDR options exist or you want to replace the games' tone mapper (tone mappers of games are usually not as good as my options as what some users reported)

Wish that was at least in README.md