static: optimized png images
for file in *.png ; do pngcrush -reduce -brute "$file" "${file%.png}-crushed.png" && mv -f "${file%.png}-crushed.png" "$file" ; done
This commit is contained in:
parent
f17294a989
commit
27078b1e16
45 changed files with 0 additions and 0 deletions
BIN
static/img/white_horizontal.png
Executable file → Normal file
BIN
static/img/white_horizontal.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 6.4 KiB |
Reference in a new issue