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

Losslessly optimize PNG images #9546

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

anthonyryan1
Copy link
Contributor

Using Efficient-Compression-Tool we are able to save 586.53KB out of 4.33MB (13.2390%) with no change in visual appearance.

Smaller images make the application smaller, and the images can be loaded from storage more quickly.

Screenshots

GitHub image comparison should show things continuing to look identical, but smaller.

Testing strategy

Visually inspected images to see they continue to look the same, just better compressed.

Type of change

  • ✅ Optimization (non-code change)

Using Efficient-Compression-Tool we are able to save 586.53KB out of 4.33MB (13.2390%)
with no change in visual appearance.
@droidmonkey
Copy link
Member

droidmonkey commented Jun 10, 2023

Surprised you found so much to compress, the vast majority of the documentation images were already PNG crushed.

Please share the command line call you used with ECT to achieve these results.

@anthonyryan1
Copy link
Contributor Author

ect -keep --allfilters-b --pal_sort=120 -30060 -recurse --mt-file ./

@droidmonkey droidmonkey merged commit a5c1298 into keepassxreboot:develop Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants