Commit Graph

2 Commits (final-3.1.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
Michael Rossner f7ad108a16
Linux_Installation: Use new OH3 start page (#1309)
* Linux_Installation: Use new OH3 start page

previously still the "old" OH2 start page was shown.
This commit is providing the login page of OH3

Signed-off-by: Michael Roßner <Schrott.Micha@web.de>

* Update installation/linux.md

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-13 16:51:47 +01:00