Skip to content
Snippets Groups Projects
Unverified Commit fdb824f9 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Docs: Save 17M by compressing all PNG images *losslessly* with Zopfli [ci skip] (#13644)

Before: find ./docs -type f -iname '*.png' -exec du -ch {} + | tail -1
33M     total

After: find ./docs -type f -iname '*.png' -exec du -ch {} + | tail -1
16M     total
parent 3452d28d
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment