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

Channel type set for DDS, KTX, KTX2 #156

Closed bluescan closed 8 months ago

bluescan commented 8 months ago

Previous format to PVR should also set the channel-type (tChannelType) if possible. This doesn't affect display, but it should be displayable in the details panel.

tImageDDS: This one is now done. Type set if it can be determined. tImageKTX/KTX2: Not done yet. tImagePVR: check.