openhab-docs/concepts
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
..
diagrams Optimize all png images using zopflipng (#1555) 2021-04-27 21:00:55 +02:00
images Optimize all png images using zopflipng (#1555) 2021-04-27 21:00:55 +02:00
audio.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
categories.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
discovery.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
index.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
items.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
profiles.md Fix linter errors 🔧(#1435) 2021-01-10 16:01:56 +01:00
things.md Fix linter errors 🔧(#1435) 2021-01-10 16:01:56 +01:00
units-of-measurement.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00