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

Refresh Directory #136

Closed bluescan closed 9 months ago

bluescan commented 9 months ago

Add a refresh dir in addition to the existing refresh file. Default key bindings should be Ctrl-F5 and/or Shift-F5. Test by disabling the OnFocus callback temporarily.

bluescan commented 9 months ago

Fixed in d20e32e3a88a1f0bd9864cbea5e80a8a3dbc81f6. Default keybinding is Ctrl-F5 or Shift-F5 (both work).