Files
Tristan b09fc88453 opti : Compress all images losslessly from 140Mo to 30Mo (#2063)
## 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)
2025-09-22 10:08:57 -07:00

1 line
850 B
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 fill="#e2e3e2" d="M233.5-.5h44c100.266 12.5408 171.766 64.5408 214.5 156 10.296 25.184 16.796 51.184 19.5 78v44c-12.541 100.266-64.541 171.766-156 214.5-25.184 10.296-51.184 16.796-78 19.5h-44C133.234 498.959 61.734 446.959 19 355.5c-10.29607-25.184-16.79607-51.184-19.5-78v-44C12.0408 133.234 64.0408 61.734 155.5 19c25.184-10.29607 51.184-16.79607 78-19.5zm8 86c78.004-1.7713 134.504 31.895 169.5 101 19.914 47.639 19.248 94.973-2 142-1.934 4.259-4.268 8.259-7 12L170.5 109c21.978-13.1596 45.645-20.9929 71-23.5zm-133 85l232 231.5c-44.817 25.682-91.817 30.349-141 14C135.83 391.192 98.3296 345.025 87 277.5c-4.8649-38.158 2.3018-73.825 21.5-107z"/></svg>