openhab-docs/tutorials/getting_started
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
auto_overview.md Typo in Properties Tab section (#1534) 2021-04-19 21:22:44 +02:00
custom_widgets.md Update custom_widgets.md (#1526) 2021-03-27 21:34:08 +01:00
first_steps.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
index.md Getting started UI Pages (#1503) 2021-03-19 09:28:47 +01:00
item_widgets.md Update item_widgets.md (#1527) 2021-03-28 10:43:37 +02:00
model.md typo fix (#1536) 2021-04-14 21:27:49 +02:00
pages_intro.md Update pages_intro.md (#1516) 2021-03-20 21:37:04 +01:00
persistence.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
things_advanced.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
things_intermediate.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00
things_simple.md Fix Markdown. Remove Jenkins base tags. (#1497) 2021-02-24 21:08:19 +01:00