etherpad-lite/doc/images
muxator d1eb108ede 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
2020-04-23 22:29:58 +02:00
..
etherpad_basic.png README.md: losslessly reduce the size of the PNG images 2020-04-23 22:29:58 +02:00
etherpad_demo.gif Update gif demo (#3924) 2020-04-23 16:45:33 +01:00
etherpad_full_features.png README.md: losslessly reduce the size of the PNG images 2020-04-23 22:29:58 +02:00
etherpad_skin_variants.gif Update Readme with new screenshots 2020-04-19 18:05:59 +02:00