You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digital color meter reads the middle bar as middle gray 127/128, which means that the ImageMetal buffer goes through gamma encoding. Linear float 0.5 (50 nits) would map to around 186 in gamma 2.2 encoded value.
Pinging @wkjarosz , I'm assuming for HDRView you are not using HelloImGui::ImageMetal ? I see that your app shows HDR images without gamma issues. I would love to hear how you implemented this, if possible.