about summary refs log tree commit diff
path: root/README.md
blob: 262f8fa3d276f41d97602f8b1bd05b1bb6349a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# pixeltsunami

## Command line arguments
| name | default value | description |
| -------- | -------- | -------- |
| host | 127.0.0.1 | Server address (v4) |
| port | 1337 | Server port |
| image | foo.png | relative image path |
| xoffset | 0 | x offset of the image projected |
| yoffset | 0 | y offset of the image projected |
| t | false | test the connection before escalating |
| fill | true | fill the complete canvas |
| color | 000000 | color used to fill | 
| cores | 1 | amount of cores used to build the commands |