I am looking for a tool that can resize images and display them on the root window of an X11 display at a specific coordinates. I can use display from iagemagick like so
display -window root -geometry '-0-0' -resize '1920x1080>' IMG.png
But cannot use it since it does not display on the right root window -- pseudo transparency in urxvt shows the wrong image as shown here. Ideally, I would like to resize any image bigger than my display.
Does anyone know of a too that can do the following:
- Resize the image if it is bigger than some size (aka the display size).
- Set the images top appear at specific screen coordinates.
Alternatively can anyone suggest why display is not working in conjuncture with urxvt -- chances are no one can do that since the previous question was not answered.
gimp IMG.png. Then edit the image to how you want it to display and hitCtrl-S. Then usexsetroot. Any more effort and you're over-thinking it / yak shaving. – amphetamachine Aug 31 '11 at 12:11