You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CPCTelera 1.5.0 when using img2cpc (via image_conversion.mk or command line) to split image in binary output it generated only one binary file instead of multiple file.
Ex : IMAGE2CPC -p config_file.json -of bin -w 12 -h 24 -m 0 -o "./" "../img/ui/flames.png"
Flames 48x24 -> generate one binary file flames.bin.
In the previous version img2cpc generated 4 files : flames_0.bin ... flames_3.bin.
Is there a way to compress individualy each splited image ?
The text was updated successfully, but these errors were encountered:
In CPCTelera 1.5.0 when using img2cpc (via image_conversion.mk or command line) to split image in binary output it generated only one binary file instead of multiple file.
Ex : IMAGE2CPC -p config_file.json -of bin -w 12 -h 24 -m 0 -o "./" "../img/ui/flames.png"
Flames 48x24 -> generate one binary file flames.bin.
In the previous version img2cpc generated 4 files : flames_0.bin ... flames_3.bin.
Is there a way to compress individualy each splited image ?
The text was updated successfully, but these errors were encountered: