Commit Graph

2 Commits (final-stable)

Author SHA1 Message Date
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-27 21:00:55 +02:00
Richard Koshak bb41f8eb27
Added emphasis that not all Items and Groups belong in the model and how to manage Items outside the model. (#1522)
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2021-03-24 20:09:09 +01:00