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
377
stars
36
forks
source link
[FIX] `# include <algorithm>` is needed: Build with GCC 14.1.1 fails with `tQuantizeSpatial.cpp:231:14: error: ‘shuffle’ is not a member of ‘std’` #172
Trying to build latest release (version 1.0.44) on Artix GNU/Linux (rolling release) with up to date GCC version 14.1.1 fails with
A fix is given here;
# include <algorithm>
is needed.Regards!