4 Commits

Author SHA1 Message Date
f5a58278db Add support to more color formats
- RGBA4444: fully working
- RGBA5551: fully not working
- LA8, LA4: fully working
2026-01-08 18:59:47 +01:00
022d69dc8e Add Pica Texture Encoding Decoding
Supported Formats: A4, A8, L4, L8, RGB565, RGB888 RGBA8888 (for now)
Add a .clang-format
Move ctrff into a subdirectory
Replace the BCLIM creation part with Pica encoder
Fix non const RGB565ToRGBA issue
2026-01-06 21:51:51 +01:00
e4fa2202d2 Add LZ11 Decompression
- Add getetrs for bclim
- Correctly load all bclim data
- Fix RGB565ToRGBA converter to support all sizes possible
2026-01-03 01:54:30 +01:00
866acf32e0 Add bclim support 2025-12-29 21:38:07 +01:00