mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 13:49:46 +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
2.0 KiB
XML
1 line
2.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="496" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" xmlns:v="https://vecta.io/nano"><path d="M248.5-.5h102c4.797.830032 8.297 3.4967 10.5 8l8.5 35 106 1.5c14.229 5.8962 24.063 16.0629 29.5 30.5l12.5 108c-13.162-3.66-25.996-8.327-38.5-14L466.5 84c-49.249-1.4905-98.582-1.9905-148-1.5v30c-7.196-1.513-14.363-3.18-21.5-5-5.52 1.172-11.02 2.506-16.5 4v-29c-48.668-.1667-97.334 0-146 .5-2.468 2.2283-3.635 5.0617-3.5 8.5l-10.5 76c-12.471 6.379-25.4709 11.379-39 15L95 74.5c5.379-14.0449 14.879-24.2116 28.5-30.5l107-.5c1.666-12.1651 4.166-24.1651 7.5-36 2.271-4.45551 5.771-7.122173 10.5-8z" opacity=".978"/><path d="M295.5 117.5l222 77.5c11.536 3.169 20.036 10.003 25.5 20.5.909 6.112.576 12.112-1 18l-83 145c-6.883 11.269-14.383 22.102-22.5 32.5-1.667.667-3.333.667-5 0-11.246-3.083-22.58-5.75-34-8-12.639-1.419-24.972-.085-37 4-12.513 5.06-25.179 9.727-38 14-15 4.667-30 4.667-45 0l-50-18c-21.514-4.181-42.181-1.514-62 8-1.333.667-2.667.667-4 0-5.484-5.824-10.65-11.991-15.5-18.5l-89-158c-5.1493-16.865.3507-28.698 16.5-35.5l222-81.5z" opacity=".994"/><path d="M599.5 414.5v10c-9.27.701-17.603 3.868-25 9.5-13.263 10.592-25.929 21.925-38 34-10.584 9.239-22.251 16.906-35 23-5.374 1.84-10.707 3.34-16 4.5h-14c-6.691-1.248-13.358-3.081-20-5.5-13.174-5.725-26.507-11.058-40-16-13.325-3.305-26.658-3.305-40 0l-51 18c-13.667 3.333-27.333 3.333-41 0l-52-18c-13.667-3.333-27.333-3.333-41 0-14.002 4.889-27.668 10.555-41 17-19.717 1.237-37.717-3.763-54-15-13.5868-10.249-26.5868-21.249-39-33-9.9212-8.13-20.9212-14.463-33-19-6.5683-1.785-13.23492-2.951-20-3.5v-7c20.518-4.567 40.518-2.734 60 5.5 11.2552 4.53 22.5885 8.863 34 13 16.317 4.464 32.65 4.464 49 0l46-18c13.692-2.946 27.358-2.612 41 1l45 16c13.178 3.726 26.512 4.392 40 2 17.868-5.4 35.534-11.4 53-18 14.69-4.345 29.356-4.345 44 0l46 17c16.645 3.24 33.312 3.24 50 0l38-16c15.692-4.974 31.692-6.308 48-4 2.141.573 4.141 1.406 6 2.5z" opacity=".98"/></svg> |