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
329 stars 32 forks source link

PVR pixel format detection. #151

Closed bluescan closed 8 months ago

bluescan commented 8 months ago

Need to a) store the data-type as satellite info in tImagePVR, and b) Do not assume that all BGR components that may be 10 11 11 (as an example) are necessarily unsigned-float components. Check the data-type (unorm, float, ufloat, etc).