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
339 stars 33 forks source link

Support for more dds/BC pixel formats. BC1(dxt1 and dxt1a) and BC3(dxt5) are currently supported. Not sure about BC2 (dxt3) but it's an odd duck anyways. The new ones (BC6/7) have not been looked at. #108

Closed bluescan closed 1 year ago

bluescan commented 1 year ago

This was a completed task from the board view. Closing as complete.