-
Notifications
You must be signed in to change notification settings - Fork 557
Losslessly optimize PNG files #2549
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
Conversation
Thanks for the PR. If you have write access, feel free to merge this PR if it does not need reviews. You can request a review using r? rustc-dev-guide
or r? <username>
.
Losslessly optimizes all of the PNG files in the repo. Done with: ``` oxipng -o max -a -s oxipng -o max --zopfli -a -s ```
01e3a4f
to
040a206
Compare
oh that's pretty cool, I wasn't even aware that PNGs can be optimized by this much :3
I did pause when I saw this pr, since it increases the size of the repo, but now I just thought of the great likelihood that the clones will be far less frequent than remote accesses.
Yeah, my reasoning is that it'll save on fetch time on the rendered docs. Push comes to shove, you can always clone the repo with reduced history.
Losslessly optimizes all of the PNG files in the repo. Done with: