openhab-docs/ui
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
..
images Optimize all png images using zopflipng (#1555) 2021-04-27 21:00:55 +02:00
building-pages.md UI: Detail how implicit prop are named for action groups (#1514) 2021-03-22 21:54:07 +01:00
chart-pages.md Add UI section (#1464) 2021-02-05 16:15:35 +01:00
floorplan-pages.md Add UI section (#1464) 2021-02-05 16:15:35 +01:00
index.md Add UI section (#1464) 2021-02-05 16:15:35 +01:00
layout-pages.md Fix typo in layout-pages.md (#1488) 2021-02-12 18:26:10 +01:00
map-pages.md Add UI section (#1464) 2021-02-05 16:15:35 +01:00
sitemaps.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
tabbed-pages.md Add UI section (#1464) 2021-02-05 16:15:35 +01:00