cpctelera
cpctelera copied to clipboard
Compression of splited image
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 ?
I see this may become handy on special situations, but my understanding is that you normally would want this data to be together.
In any case, @AugustoRuiz could you please check this behaviour?