I'm trying to display screenshots transparent so I can use them as reference while animating.
What I've done is mapping commands in compiz so I can take a screenshot with ImageMagick and then display it in fullscreen.
1. import -window root temp.png
2. feh -F temp.png
This works great to take a screenshot and then displaying it fullscreen. The displayed screenshot is however totally opaque. I'd like to view it transparent overlayed over my desktop, which feh doesn't have any option for.
I've also tried "import -window root temp1.png && convert temp1.png -alpha Set -channel Alpha -evaluate Set 35% temp.png" which gives an transparent image but I still can't dispay this as transparent over my desktop.
Is there any viewer (or other way) that let's me display images full screen transparent overlaying my desktop?
[Linux Mint 11, Gnome, Compiz]





