mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
README.md: losslessly reduce the size of the PNG images
It's not much, but these images will hopefully be downloaded many times. The smaller they are, the lowest the latency will be. Command: optipng {etherpad_basic.png,etherpad_full_features.png} BEFORE: $ du -sch *.png 16K etherpad_basic.png 104K etherpad_full_features.png 120K total AFTER: $ du -sch *.png 12K etherpad_basic.png 92K etherpad_full_features.png 104K total
This commit is contained in:
parent
1003d9c40e
commit
d1eb108ede
2 changed files with 0 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 90 KiB |
Loading…
Add table
Add a link
Reference in a new issue