pokeruby icon indicating copy to clipboard operation
pokeruby copied to clipboard

Make gbagfx convert and compress in one step

Open camthesaxman opened this issue 7 years ago • 2 comments

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.

camthesaxman avatar Jul 24 '17 17:07 camthesaxman

Has this issue been resolved?

PikalaxALT avatar Apr 23 '18 12:04 PikalaxALT

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.

meithecatte avatar Apr 23 '18 12:04 meithecatte