mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 22:15:22 +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="450" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" fill="#feea4f" xmlns:v="https://vecta.io/nano"><path d="M248.5-.5h11c19.319 5.9526 26.819 18.9526 22.5 39-2.716 7.3812-7.549 12.8812-14.5 16.5-.559.7247-.892 1.5581-1 2.5l20.5 94c2.807 13.755 9.307 25.255 19.5 34.5 10.171 5.131 19.504 3.798 28-4 10.722-9.63 19.388-20.796 26-33.5-13.306-15.202-13.306-30.369 0-45.5 16.065-10.1507 30.565-8.3174 43.5 5.5 9.587 19.233 5.087 34.066-13.5 44.5-5.423.627-10.589 1.794-15.5 3.5l-5 34c-1.307 10.912-.307 21.579 3 32 3.407 8.955 9.907 13.288 19.5 13 11.926-1.461 22.592-5.961 32-13.5l34-28c-6.971-12.133-6.471-23.966 1.5-35.5 11.782-11.124 24.948-12.957 39.5-5.5 5.828 4.305 9.828 9.805 12 16.5v16c-6.977 16.741-19.477 23.741-37.5 21L422.5 349l-336 .5-48.5-143c-18.4811 5.009-31.31441-1.324-38.5-19v-16c8.19791-18.926 22.1979-25.093 42-18.5 16.2565 11.191 19.9231 25.691 11 43.5 15.9555 12.443 32.6222 23.943 50 34.5 9.412 4.038 18.746 4.038 28 0 5.651-4.467 8.817-10.301 9.5-17.5.668-19.824-.832-39.491-4.5-59-20.757 1.749-32.423-7.751-35-28.5 4.108-23.434 17.775-32.4335 41-27 17.134 9.45 21.967 23.284 14.5 41.5l-7.5 9.5c6.892 10.231 14.558 19.898 23 29 6.081 6.207 13.415 10.041 22 11.5 5.304-.236 9.804-2.236 13.5-6 7.423-9.908 12.757-20.908 16-33l22.5-93c-5.848-3.333-11.015-7.6663-15.5-13-10.099-22.1113-3.932-37.44459 18.5-46zm175 450h-337v-61h337v61z"/></svg> |