├── .gitignore ├── Intro ├── after.png ├── before.png ├── tex_after.png └── tex_before.png ├── LICENSE ├── README.md └── TextureCompressor.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/.gitignore -------------------------------------------------------------------------------- /Intro/after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/Intro/after.png -------------------------------------------------------------------------------- /Intro/before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/Intro/before.png -------------------------------------------------------------------------------- /Intro/tex_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/Intro/tex_after.png -------------------------------------------------------------------------------- /Intro/tex_before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/Intro/tex_before.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/README.md -------------------------------------------------------------------------------- /TextureCompressor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnomyxStudio/Texture-Compressor/HEAD/TextureCompressor.cs --------------------------------------------------------------------------------