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
- Host: GitHub
- URL: https://github.com/i-e-b/imagecompress
- Owner: i-e-b
- Created: 2018-06-11T12:15:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T12:21:01.000Z (about 8 years ago)
- Last Synced: 2025-01-27T12:11:17.511Z (over 1 year ago)
- Language: C#
- Size: 3.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.