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

Single Channel images not showing up #26

Closed dadiborn closed 3 years ago

dadiborn commented 3 years ago

Thanks for amazing viewer but today i found that if image has single channel (openEXR in my situation) it shows nothing. Here is exr file: https://drive.google.com/file/d/1Ge9Xzq5E95ZfvDIWtuytkyNudVpXJjTY/view?usp=sharing

bluescan commented 3 years ago

Hi dadiborn. Confirmed something is up (can open the file in affinity photo ok)... but in tacentview it's coming in with 1x1 dimensions.

bluescan commented 3 years ago

Note to self: It is related to: https://github.com/AcademySoftwareFoundation/openexr/issues/214

bluescan commented 3 years ago

Commit fda46d25 fixes. V1.0.23 tacentview_1.0.23.zip