Commit Graph

2 Commits (85f5ac1b01abe11cbe43b0c7a09e88212aacc343)

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
Jerome Luckenbach 175898f138
Add a basic example for dsl rules in the new Main UI. (#1337)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-20 10:42:34 +01:00