cacalabs / libcaca

💩 Colour ASCII Art Library
Do What The F*ck You Want To Public License
520 stars 71 forks source link

Support stdin and stdout #6

Open emersion opened 9 years ago

emersion commented 9 years ago

It could be cool to be able to do something like:

cat file.jpeg | img2txt | netcat x.x.x.x 3333

But it seems that imlib doesn't support streaming (error when providing /dev/stdin).

How to solve this?