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
373 stars 36 forks source link

Support OpenEXR with Mipmaps #188

Open pgrAm opened 1 week ago

pgrAm commented 1 week ago

The software seems to support opening mipmaps for KTX & DDS files, showing the file have multiple frames. However OpenEXR can also support mipmaps.

https://github.com/AcademySoftwareFoundation/openexr/wiki/Reading-and-Writing-OpenEXR-Image-Files-with-the-IlmImf-Library/3c62d3b391587008f51cd91cc0b09bdb356942ca

Would it be possible to support opening mipmapped OpenEXR files in the same way as DDS & KTX?