mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 05:39:38 +00:00
b09fc88453
## Description:
Compress all images (.png, .svg, .webp) losslessly from 140Mo to 30Mo.
To confirm : find . -type f \( -iname "*.png" -o -iname "*.svg" -o
-iname "*.webp" \) -exec du -ch {} + | tail -n1
Before : 140M
Now : 30M
## Please complete the following:
- [X ] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
## Please put your Discord username so you can be contacted if a bug or
regression is found:
Iron_Mine : (300612003138109451)
1 line
1.4 KiB
XML
1 line
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" xmlns:v="https://vecta.io/nano"><path d="M486.5-.5h17c3.641 1.64121 6.308 4.30788 8 8v17l-6.5 60c-2.279 7.2245-5.612 13.8911-10 20L226.5 373c-6.667 4.667-13.333 4.667-20 0L187 353.5c-3.333-6.333-3.333-12.667 0-19l225-225c2.815-6.703.649-10.7028-6.5-12-2.291.1221-4.291.9554-6 2.5l-223 223c-5.34 3.613-11.007 4.28-17 2-7.803-6.802-15.303-13.969-22.5-21.5-3.698-7.415-3.031-14.415 2-21L407.5 15c7.148-5.27457 15.148-8.60791 24-10 18.516-1.51524 36.849-3.34857 55-5.5z" opacity=".979"/><path d="M18.5 279.5c16.3367-.167 32.6701 0 49 .5 2.1079.36 4.1079 1.027 6 2L226 433.5c1.586 2.17 2.92 4.504 4 7 .667 18.333.667 36.667 0 55-6.43 10.856-14.764 12.522-25 5-1.275-2.217-2.275-4.551-3-7l-1-43-39.5-39.5c-12.412 6.36-24.412 13.694-36 22-3.202 1.483-6.536 1.817-10 1-5.705-9.063-12.372-17.397-20-25-6.2553-4.378-12.422-8.878-18.5-13.5-.6667-2.333-.6667-4.667 0-7 6.4154-11.166 13.0821-22.166 20-33 1.5899-2.15 2.2566-4.483 2-7L59.5 309l-44-1c-9.22703-3.984-12.06036-10.818-8.5-20.5 2.82328-4.312 6.6566-6.979 11.5-8z" opacity=".963"/><path d="M56.5 511.5h-20c-19.3333-5.333-31.66667-17.667-37-37v-20c12.0559-32.525 34.7225-43.359 68-32.5 26.8247 17.455 32.991 40.622 18.5 69.5-2.5402 2.205-4.7068 4.705-6.5 7.5-6.8651 5.764-14.5317 9.93-23 12.5z" opacity=".975"/></svg> |