Commit Graph

3 Commits (final-4.2.x)

Author SHA1 Message Date
M Valla 7c6ee788c7
[openwebnet] new logo using MyHOME (#2285)
Signed-off-by: MV <mvcode00@gmail.com>
2024-04-19 18:46:09 +02:00
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
M Valla 695dcdd461
[openwebnet] added logo for openwebnet binding (#1399)
Signed-off-by: MV <mvcode00@gmail.com>
2020-12-29 16:52:19 +01:00