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.
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).
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).