afichet / openexr-viewer

Simple viewer for OpenEXR files with detailed metadata display
BSD 3-Clause "New" or "Revised" License
94 stars 6 forks source link

Color management #33

Open afichet opened 2 years ago

afichet commented 2 years ago

Have to investigate on how to get proper ICC monitor profile to display things according to the host system color space. The whole pipeline is color managed by assumes sRGB unfortunately.

flord commented 1 year ago

I would much prefer you use OpenColorIO for color management rather than ICC profiles.

bran-jnw commented 9 months ago

Any simple way to display the raw values instead of sRGB? The correct values without conversion are shown in the data when hovering over a pixel, but the actual pixel color in the image is in sRGB space.

afichet commented 9 months ago

A proper inspector tool is definitely on my TODO list. Right now, it is admittedly very bare bone. You're welcome to open an additional issue regarding this feature @bran-jnw . I'll tag it for v0.7 for at least some more in depth pixel inspection.

Still did not had time to figure out a portable color management solution for Windows and Linux. Will have a look at OpenColorIO.