Commit Graph

3 Commits (final-4.0.x)

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
John Cocula f6e3eb81d8 Slimmed images (no quality loss, just smaller files). Removed x10.gif.
Signed-off-by: John Cocula <john@cocula.com>
2017-02-14 15:28:25 +01:00
John Cocula ff923eb22a New/edit icons A-F
Signed-off-by: John Cocula <john@cocula.com>
2017-02-14 15:28:25 +01:00