bluescan / tacentview

An image and texture viewer for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL, and Tacent. Useful for game devs as it displays information like the presence of an alpha channel and querying specific pixels for their colour.
ISC License
344 stars 33 forks source link

Set monitor gamma in saved settings. #11

Closed bluescan closed 4 years ago

bluescan commented 4 years ago

If you know your monitor gamma, we should store it in the settings where it is saved. Gamma correction is, optionally, used by the hdr formats (.hdr and .exr). Set gamma to 1 is you want linear colours pushed out to your monitor. Set default to 2.2.

bluescan commented 4 years ago

Completed.