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
361 stars 34 forks source link

HiDPI mode #90

Closed kiufta closed 1 year ago

kiufta commented 1 year ago

I'm using a 4K screen: Is there a possibility to set a scaling factor of e.g. 1.5-2.0 for the menus?

bluescan commented 1 year ago

Yeah, the text can get quite small -- there's a related suggestion asking for UI scaling: https://github.com/bluescan/tacentview/issues/38

I'll leave them both open for now.

bluescan commented 1 year ago

Closing as dupe of above. Going to post more info there.