An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/imagecompress

Very simple texture compression experiment
https://github.com/i-e-b/imagecompress

Last synced: over 1 year ago
JSON representation

Very simple texture compression experiment

Awesome Lists containing this project

README

          

# ImageCompress
Very simple texture compression experiment

Fixed 2-bit-per-sample texture compression, based on https://www.vidarholen.net/~vidar/ccc.pdf

See https://www.vidarholen.net/contents/blog/?p=417 for a much better version.