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

Support PVR V3 flip meta-data. #157

Closed bluescan closed 8 months ago

bluescan commented 8 months ago

This appears to be the ONLY meta-data that may be modified by pvrtextool, and that tool is so far the best way to generate a pvr file. The only flip the SW can do is a vertical flip (in the 'encode' window, but we'll try to support X and Y flips for completeness. Since no other meta-data is supported, we aren't implementing more, since it would be difficult to test.

bluescan commented 8 months ago

Blank