Commit Graph

4 Commits (final-4.2.x)

Author SHA1 Message Date
Mark Herwege 9dbafd6c5c
Add and update add-on icons (#2185)
* add and update icons

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* e through f

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* g logos

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* g icons

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* H-N logos

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>

* Reduce image file sizes

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

---------

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Co-authored-by: Stefan Höhn <mail@stefanhoehn.com>
2024-02-17 13:20:07 +01: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
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
Kai Kreuzer 7a3006da47 [Add-ons] Add logos to add-on lists (#320)
* added logos to add-on lists

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* - added alt and title texts to img
- moved icon column to front

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* improved css

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* added title and alt to all lists

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-02-14 12:37:02 +01:00