change help text , README
This commit is contained in:
parent
77e360976d
commit
f2b0eca6c3
1 changed files with 9 additions and 21 deletions
30
README.md
30
README.md
|
@ -7,27 +7,15 @@ pixelfloot was built during the 37c3. in its actual state, its just a mess. I ho
|
||||||
|
|
||||||
## examples
|
## examples
|
||||||
|
|
||||||
Display image: `./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
- Display image: `./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
||||||
|
-- set position: `W=1337 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
||||||
set position: `W=1337 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
- image random position: `./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos`
|
||||||
|
-- wider "chaos-radio": `W=1000 H=600 ./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos`
|
||||||
image random position: `./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos`
|
- image shake position: `./pixelfloot_bash.sh floot images/lucky-cat.jpg shake`
|
||||||
|
-- set the position : `W=420 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg shake`
|
||||||
wider "chaos-radio": `W=1000 H=600 ./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos`
|
- move image with your cursor (needs `xdotool`): `./pixelfloot_bash.sh floot images/lucky-cat.jpg cursor`
|
||||||
|
- Use a color as "alpha" (remove background): `ALPHACOLOR=FF00FF ./pixelfloot_bash.sh floot images/cursor.ppm cursor`
|
||||||
|
- increase No of cuncurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
||||||
image shake position: `./pixelfloot_bash.sh floot images/lucky-cat.jpg shake`
|
|
||||||
|
|
||||||
set the position : `W=420 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg shake`
|
|
||||||
|
|
||||||
|
|
||||||
move image with your cursor (needs `xdotool`): `./pixelfloot_bash.sh floot images/lucky-cat.jpg cursor`
|
|
||||||
|
|
||||||
|
|
||||||
Use a color as "alpha" (remove background): `ALPHACOLOR=FF00FF ./pixelfloot_bash.sh floot images/cursor.ppm cursor`
|
|
||||||
|
|
||||||
|
|
||||||
increase No of cuncurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`
|
|
||||||
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue