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

Make gbagfx convert and compress in one step #389

Open
camthesaxman opened this issue Jul 24, 2017 · 2 comments
Open

Make gbagfx convert and compress in one step #389

camthesaxman opened this issue Jul 24, 2017 · 2 comments

Comments

@camthesaxman
Copy link
Contributor

Seeing that so many of the graphics files are compressed, I think it would drastically improve build times if gbagfx was able to convert directly from example.png to example.4bpp.lz without creating a example.4bpp file first. A great deal of I/O would be reduced since the temporary example.4bpp file would not have to be written and then read again to be compressed.

@PikalaxALT
Copy link
Collaborator

Has this issue been resolved?

@meithecatte
Copy link
Contributor

Because of how filesystem caching works, the file stays in RAM during the first build, and the graphics are not touched during most incremental builds. I don't think this is worth anyone's time.

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

No branches or pull requests

3 participants