add more tests

add network capability to example app
This commit is contained in:
Simon Waldherr
2018-11-06 17:09:56 +01:00
parent ab40a41cfa
commit 798fa421de
13 changed files with 167 additions and 60 deletions

View File

@@ -17,6 +17,12 @@ So if your image file is `label.png` and the IP of your printer is `192.168.178.
zplgfa -file label.png | nc 192.168.178.42 9100
```
or via the integrated network capability:
```sh
zplgfa -file label.png -ip 192.168.178.42
```
You can also use some effects, e.g. blur:
```sh