cpctelera icon indicating copy to clipboard operation
cpctelera copied to clipboard

Compression of splited image

Open Arnaud6128 opened this issue 6 years ago • 1 comments

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 ?

Arnaud6128 avatar Dec 03 '18 17:12 Arnaud6128

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?

lronaldo avatar Jan 02 '19 19:01 lronaldo