mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 13:05:12 +00:00
## 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.8 KiB
XML
1 line
1.8 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#fefffe" fill-rule="evenodd" xmlns:v="https://vecta.io/nano"><path d="M511.5 274.5v18c-3 10.2-8.6 18.7-17 25.5l-135 106c-11.9 6.4-24.6 10.4-38 12l-169 1c-4.6.9-9 2.5-13 5l-63 40c-8.5 4.4-15.6 2.9-21.5-4.5l-55.5-73v-9c3.4-4.9 7.4-9.4 12-13.5l102-93c35.7-26.3 74-31 115-14 12.7 7.3 26 13 40 17 21.3.7 42.7.7 64 0 8.3-7.2 17-13.8 26-20 18.4-8.1 35-5.6 50 7.5 13.5-10.3 26.8-20.8 40-31.5 22.7-11 41.9-6.5 57.5 13.5 2.3 4.3 4.1 8.6 5.5 13zm-43-6c14.4 1.5 19.2 9.2 14.5 23L348.5 399c-8.5 4.7-17.5 8.1-27 10l-176 2c-7.1 1.6-13.8 4.2-20 8L71 453.5 31.5 402l99-92c24.7-18.5 51.7-22.8 81-13 11.8 5.4 23.5 11.1 35 17 6.8 2.4 13.8 4.1 21 5l68 1c8.7 3.7 11.2 9.8 7.5 18.5-2.5 3.8-6 6-10.5 6.5l-158 10c-7.9 4.5-10.1 11-6.5 19.5 1.9 2.2 4 4 6.5 5.5 55.4-2.1 110.7-5.1 166-9 13.8-3.2 23.3-11.3 28.5-24.5l89.5-72.5c3-2.7 6.3-4.5 10-5.5zm-91 25c3.4.3 6.4 1.5 9 3.5l-18 15c-.7.7-1.3.7-2 0-1.8-2.6-3.8-5.1-6-7.5 4.9-5 10.6-8.6 17-11zM383.2 21h7.8c1.7.7 2.9 2 3.7 3.7v7.8l-3 27.6c-1.1 3.3-2.6 6.4-4.6 9.2L263.8 192.6c-3.1 2.1-6.1 2.1-9.2 0l-8.9-8.9c-1.5-2.9-1.5-5.8 0-8.7L349.1 71.6c1.3-3.1.4-4.9-3-5.5-1.1 0-2 .5-2.7 1.2L241 169.7c-2.5 1.7-5 2-7.8 1-3.6-3.1-7-6.4-10.3-9.9-1.7-3.4-1.4-6.7 1-9.6L347.2 28.3c3.3-2.4 6.9-3.9 11.1-4.6 8.4-.7 16.9-1.5 25.2-2.5V21zM168.4 149.4l22.5.2c1 .1 1.9.5 2.7 1l70.1 69.6c.7 1 1.3 2 1.8 3.2.4 8.4.4 16.9 0 25.2-3 5-6.8 5.7-11.5 2.3-.6-1.1-1.1-2.1-1.4-3.2l-.5-19.7-18.1-18.1c-5.7 3-11.2 6.3-16.5 10.1-1.4.7-3 .8-4.6.5-2.6-4.2-5.7-8-9.2-11.5-2.9-2-5.7-4-8.4-6.2-.4-1.1-.4-2.1 0-3.2 3-5.1 6.1-10.2 9.2-15.1.7-1 1.1-2 1-3.2l-18.1-18.1-20.2-.5c-4.3-1.8-5.6-5-3.9-9.4 1.3-2 3.1-3.2 5.2-3.7h.1zM185.7 256h-9.2c-8.9-2.5-14.5-8.1-17-17v-9.2c5.6-15 15.9-19.9 31.3-14.9 12.4 8 15.1 18.7 8.4 31.9-1.2 1.1-2.1 2.1-3 3.4-3.2 2.6-6.7 4.5-10.6 5.7h0z"/></svg> |