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

Display filename in fullscreen #134

Closed bluescan closed 11 months ago

bluescan commented 11 months ago

In fullscreen mode there is no OS title bar so we can't see the name of the file we are viewing.

bluescan commented 11 months ago

b33d74de9d504cf85bbef27eb2e5232783b6a097 displays it in the navbar in fullscreen.