What's Changed
- add 2 new images for compressinator by @Redd56 in #22
- Tidying Up by @ProbablePrime in #25
- Quality Evaluation + Decompress by @ProbablePrime in #26
- This PR mostly added tests and glue code, however the tests might be useful for users so check them out.
- They show Decompression and all sorts
- Also scoring with: https://github.com/Yellow-Dog-Man/Ssimulacra2.NET \o/
- New Functions:
- CMP_SaveTexture that takes a CMP_Texture rather than a CMP_MipSet
- CMP_MipSetToTexture that can extract a given mip level from a set into a CMP_Texture
- Combining both of these allows you to dump MipLevels to files, Decompress Textures
- You can't decompress a mipset currently see Yellow-Dog-Man/compressonator#16
New Contributors
Full Changelog: 1.0.1...1.1.0