an very simple and dirty pixelflut client to draw images, written in bash. pixelfloot was built during the 37c3.
Find a file
2024-01-02 03:35:26 +01:00
demo add demo video 2024-01-02 03:02:09 +01:00
images clean up and structure, improve fork stuff, works MUCH better now 2024-01-02 02:08:37 +01:00
pixlists clean up and structure, improve fork stuff, works MUCH better now 2024-01-02 02:08:37 +01:00
pixelfloot_bash.sh change help text 2024-01-02 03:24:52 +01:00
pixelfloot_bash.sh.bak initial commit 2023-12-30 10:22:50 +01:00
README.md change help text , README 2024-01-02 03:35:26 +01:00

pixelfloot

Origin: https://git.la10cy.net/DeltaLima/pixelfloot

an very simple and dirty pixelflut client to draw images, written in bash. pixelfloot was built during the 37c3. in its actual state, its just a mess. I hope i will find time to put it in a more usable and readable format.

examples

Display image: ./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 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

$ ./pixelfloot_bash.sh help
./pixelfloot_bash.sh [floot|convertimg] [FILENAME|fill] ([MODE])
MODE: static (env $H and $W for position)
      chaos (env $H and $W for position range)
      shake (env $H and $W for position range)
      cursor

available env vars to configure:
RESIZE(int), ALPHACOLOR(hex), FLOOTFORKS(int), H(int), W(int)