Commit Graph

2 Commits (final-3.4.x)

Author SHA1 Message Date
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
edolis 4f720806b6
Windows installation documentation fix for OH3 (#1327)
* yet another try with signatures

Signed-off-by: edolis <edoliscom@yahoo.it>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-19 17:38:35 +01:00