Wrong behavior when using -crop and -window with display
Posted: 2008-03-21T16:15:10-07:00
Hi!
From this bug report on Debian (http://bugs.debian.org/266304):
It displays several images and then left my desktop background all white.
Thank you!
From this bug report on Debian (http://bugs.debian.org/266304):
I can reproduce it with ImageMagick 6.4.0-0 betaEven without -geometry, I get strange results. Please try:
display -crop 576x384 -window root /usr/share/doc/imagemagick/images/examples.jpg
Several images are successively displayed in the root window, then
I get a blank image. Using 576x384+0+0 (i.e. adding a location)
solves the problem here (unfortunately the documentation is missing).
Code: Select all
display -crop 576x384 -window root /usr/share/doc/ImageMagick-6.4.0/images/examples.jpg
Thank you!