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
371 stars 35 forks source link

Cache thumbnails #2

Closed bluescan closed 4 years ago

bluescan commented 4 years ago

Yes, I'm using the issue tracker as my to-do list. Thumbnails need to be cached. Will use the tHash functions.

bluescan commented 4 years ago

Almost done. Just need to add a way to limit the disk space used.