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

PNG/DEFLATE font compression #112

Open
armandr opened this issue Mar 17, 2024 · 0 comments
Open

PNG/DEFLATE font compression #112

armandr opened this issue Mar 17, 2024 · 0 comments
Labels
feature New feature or enhancement request

Comments

@armandr
Copy link

armandr commented Mar 17, 2024

For projects containing smaller flash, large RAM and displays with large font sizes, PNG compression is more effective in saving flash than RLE compression.

Guix and GUIX Studio documentation describe supporting font compression and it seems to be only RLE compression.

In our previous system, we used a 1 x n character PNG image for each font taking ~50KB flash space in total assets. Porting the same fonts to GUIX Studio outputs over 700KB (uncompressed).

Understanding that PNG inflate/deflate is already available in the Guix code, is there an easy way to PNG compression for fonts?

@armandr armandr added the feature New feature or enhancement request label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant