Copy link to clipboard
Copied
When I work on a 16 or 8 bpc project (1st picture), the exposure works very differently than when working on a 32 bpc project (2nd picture). I would like to know if this is normal or if there is a problem with my settings.
Copy link to clipboard
Copied
It's normal. I'll spare you longwinded explanations about float vs. integer math, since that stuff can be easily researched on Wikipedia et al. You might want to educate yourself, be it just for the fact that you need to be aware of it when outputting to different formats and how it may affect the look of your output.
Mylenium
Copy link to clipboard
Copied
Thanks man