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
377 stars 36 forks source link

Display cubemap mipmaps #174

Closed Trider12 closed 3 months ago

Trider12 commented 4 months ago

I would be nice if the viewer could display both faces and mipmaps for cubemaps. Currently it's only faces for cubemaps.

bluescan commented 4 months ago

agreed. Will leave this open until it's implemented.

bluescan commented 3 months ago

Implemented in f3a236cb7bbadc74fd9039826f8cfdbcbb437390. Test cubemap images in DDS, PVR, and KTX2 formats are in the TestImages/Cubemaps folder. All sides (including mipmaps) remain scrubbable.