openhab-docs/developers/ide
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
..
examples/vscode Update links to target "main" branches (#1460) 2021-01-20 20:32:07 +01:00
images Optimize all png images using zopflipng (#1555) 2021-04-27 21:00:55 +02:00
eclipse.md Remove paper ui references. (#1457) 2021-01-16 10:07:41 +01:00
intellij.md Add fixes from markdownlint-cli (#1442) 2021-01-11 19:33:40 +01:00
vscode.md Update links to target "main" branches (#1460) 2021-01-20 20:32:07 +01:00