I am looking for a daemon that allows me to programmatically display pictures under X and that listens to commands on a socket or network port.
Basically think mpd or xine, just not for audio or video but for pictures. A nice-to-have feature would be blending one picture into another, if requested via a command.
Any pointers?
Ok, why do I need that?
I need to script displaying pictures on the display based on various inputs, calling feh and friends (and killing them once the next picture is to be displayed) yields a not-so-nice black screen in between the pictures, there is no "crossfading" or any other effects in between the pictures.
Thanks!
xinemight support jpg images, but it fails for me (v0.99.6).xine-list-1.1 -pshowsimage/pngbut pngs fail with the same error. Maybe more up-to-date versions have this fixed? – donothingsuccessfully Sep 27 '12 at 18:47xine image.pngworks for me, and displays the image. But I've got xine 1.2... – derobert Sep 27 '12 at 19:45xinefrom standard Ubuntu 12.04 repos works with pictures - I did not know that and thexinewebsite sadly doesn't mention it. I will probably go with this option (stupid me, I could have at least tried it before asking...) as I have a set of xine-scripts that I have used for videos in the past. Thanks for the tip! – Christian Sep 28 '12 at 7:59