With some images, "display" gets confused. Sorry for not being able to say it more precisely, but see below for a more extensive problem description.
System info:
* Opensuse 11.2, all updates installed
* "kwin -v" says:
Qt: 4.5.3
KDE: 4.3.5 (KDE 4.3.5) "release 0"
KWin: 4.3.5 (KDE 4.3.5) "release 0"
ImageMagick OpenSuse library info:
Imagemagick 6.5.4.8-3.7
from Display - Help - About Display:
ImageMagick 6.5.4-8 2009-10-24 Q16 OpenMP http://www.imagemagick.org
Copyright (C) 1999-2009 ImageMagick Studio LLC
Problem description:
When image is loaded, a window frame is briefly visible, but then disappears. The image stays visible, and its area on the screen is
sensitive to mouse clicks, e.g., left mouse button to pop up a menu. When the image without window frame is viewed at double the size (left mouse click - View - Double Size), the original area on the screen indeed does show the image at double size, yet the area is not increased, although the little pan window appears. So parts of the image are not visible at all.
I also did the following test. I created resized versions of the original image with the command
Code: Select all
convert -resize pp% origima.png testima.png
Code: Select all
display testima.png
One more test: When I said,
Code: Select all
convert -resize 100% origima.png testima100p.png
Code: Select all
display testima100p.png
Code: Select all
convert -resize 100% origima.png testima100p.jpg
Code: Select all
display testima100p.jpg
Thank you for looking into this matter and a solution.