Code: Select all
display -backdrop -background '#3f3f3f' -flatten -window root Downloads/archlinux-logo-light-90dpi.png
I'm using imagemagick version 6.6.2-10 on Arch Linux.
Code: Select all
display -backdrop -background '#3f3f3f' -flatten -window root Downloads/archlinux-logo-light-90dpi.png
Code: Select all
display -backdrop -background '#3f3f3f' -flatten -window root Downloads/archlinux-logo-light-90dpi.png
Code: Select all
display -flatten -backdrop -window root -background '#3f3f3f' Downloads/archlinux-logo-light-90dpi.png
Without flatten it gives me "checkboard" tile instead of background colour.fmw42 wrote:Is flatten really necessary?
Code: Select all
display -background '#3f3f3f' -flatten -backdrop Downloads/archlinux-logo-light-90dpi.png
Yes, if I understand you correctly this is what I am getting too. The trick is to extend this behaviour onto the root window and it doesn't work. I wonder if this could be considered a bug, otherwise what use is -window root if you can't control what is being displayed around the centered image?fmw42 wrote: display -background '#3f3f3f' -backdrop logo2t.png
gives me a new full screen window with the transparent image centered in a gray background of color "#3f3f3f" and the transparent areas show through to this color.