mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 15:40:43 +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.2 KiB
XML
1 line
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="2486" height="2486" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" fill="#ec1b2d" xmlns:v="https://vecta.io/nano"><path d="M1211.5-.5h62c315.02 11.886 588.02 123.719 819 335.5 197.61 187.982 322.11 416.815 373.5 686.5 10.93 62.36 17.43 125.03 19.5 188v66c-12.32 314.82-124.49 587.49-336.5 818-221.74 231.43-493.24 360.93-814.5 388.5l-63 3.5h-58c-304.26-10.39-570.26-115.22-798-314.5C184.306 1961.15 48.4731 1700.32 8 1388.5c-4.1911-37.39-7.024431-74.72-8.5-112v-68c13.7705-333.602 137.771-618.102 372-853.5C605.561 130.536 885.561 12.0356 1211.5-.5zm16 418c245.21.401 452.04 88.734 620.5 265 163.78 182.664 235.44 397 215 643-24.79 216.1-117.96 395.94-279.5 539.5-155.3 132.23-335.63 199.73-541 202.5-214.97-3.12-401.636-76.28-560-219.5-172.345-164.27-260.678-366.1-265-605.5 4.549-245.2 96.549-450.367 276-615.5 152.492-133.25 330.49-203.083 534-209.5zm-6 388c151.75-3.03 273.92 54.97 366.5 174 79.19 112.65 101.86 235.98 68 370-33.19 112.83-100.35 199-201.5 258.5-102.57 55.95-210.57 69.62-324 41-125.93-36.94-218.101-114.11-276.5-231.5-47.99-106.87-53.324-215.87-16-327 41.271-110.941 115.105-192.441 221.5-244.5 51.52-23.866 105.52-37.366 162-40.5z" opacity=".998"/></svg> |