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