Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compression of splited image #88

Open
Arnaud6128 opened this issue Dec 3, 2018 · 1 comment
Open

Compression of splited image #88

Arnaud6128 opened this issue Dec 3, 2018 · 1 comment
Assignees
Milestone

Comments

@Arnaud6128
Copy link
Collaborator

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 ?

@lronaldo lronaldo self-assigned this Jan 2, 2019
@lronaldo lronaldo added this to the 1.5 milestone Jan 2, 2019
@lronaldo
Copy link
Owner

lronaldo commented Jan 2, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants