README
This commit is contained in:
parent
6f428d6a63
commit
c1f69dcce3
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ pixelfloot was built during the 37c3. in its actual state, its just a mess. I ho
|
||||||
- define your own background color: `BGCOLOR=0000FF SIZE=240 TEXT="colors, yeah!" ./pixelfloot_bash.sh floot text`
|
- define your own background color: `BGCOLOR=0000FF SIZE=240 TEXT="colors, yeah!" ./pixelfloot_bash.sh floot text`
|
||||||
- increase No of concurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
- increase No of concurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
||||||
- specify IP and PORT: `IPFLOOT=127.0.0.1 FLOOTPORT=1337 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
- specify IP and PORT: `IPFLOOT=127.0.0.1 FLOOTPORT=1337 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
||||||
|
- for drawing big areas, like 1280x720, use LARGE mode: `LARGE=true ./pixelfloot_bash.sh floot images/xphg.jpg`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ ./pixelfloot_bash.sh help
|
$ ./pixelfloot_bash.sh help
|
||||||
|
|
Loading…
Reference in a new issue