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

New format suggestion: QOI #88

Closed BrothaOnAcid closed 1 year ago

BrothaOnAcid commented 1 year ago

any plans to include QOI import ? its very lightweight, written in c. no deps

https://github.com/phoboslab/qoi

bluescan commented 1 year ago

Should be able to add this... and reminder to self, I also want to add ARM's simple .astc format directly (without needing ktx/dds).

bluescan commented 1 year ago

Loading and Saving of QOI files implemented in f69ff1326100acf56980d544b0b70b5025bb343e image