Files
remark42/site/src
Dmitry VerkhoturovandUmputun a6a9270f63 apply pngcrush, advpng and optipng to all png images
Commands used:

```
find . -type f -iname "*.png" -exec advpng -z4 {} \;
find . -type f -iname "*.png" -exec optipng -o7 -preserve {} \;
find . -type f -iname "*.png" -exec pngcrush -rem allb -brute -reduce -ow {} \;
```
2022-09-28 16:05:03 -05:00
..
2022-01-18 13:09:30 -06:00
2022-08-21 22:36:59 -05:00
2022-04-18 00:03:53 -05:00
2022-08-21 22:36:59 -05:00