View Single Post
Old 07-06-2023, 04:08 PM   #1
Kindleschokolade
Connoisseur
Kindleschokolade began at the beginning.
 
Posts: 59
Karma: 14
Join Date: Dec 2021
Device: kindle PW3
can I pipe an image to eips ?

Hello,
I created a small script that loads an image from a local http server with curl
Code:
curl http://localserver:8808/pic -o /var/tmp/pic.png
and the writes it to screen with eips:
Code:
eips -cfg /var/tmp/pic.png
Is it possible to just pipe the image to eips directly without saving first?

thanks
Kindleschokolade is offline   Reply With Quote