mirror of
https://github.com/grp/Wii.py.git
synced 2025-06-18 23:05:48 -04:00
fixed RBGA8, working on CMP
This commit is contained in:
parent
379fd95fdd
commit
0b3ea889a3
2
TPL.py
2
TPL.py
@ -14,7 +14,7 @@ class TPL():
|
||||
|
||||
Currently supported are the following formats to convert from TPL: RGBA8, RGB565, RGB5A3, CI4, CI8, I4, I8, IA4, IA8. Currently not supported are: CMP, CI14X2.
|
||||
|
||||
Currently support to convert to TPL: RGBA8. Currently not supported are: RGB565, RGB5A3, I4, I8, IA4, IA8, CI4, CI8, CMP, CI14X2.
|
||||
Currently support to convert to TPL: RGBA8. Currently not supported, and are in the works, are: RGB565, RGB5A3, I4, I8, IA4, IA8, CI4, CI8, CMP, CI14X2.
|
||||
|
||||
There are still some bugs in either the RGBA8 conversion to or from TPL. This causes stretched and distorted images with some files and images dimensions."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user