GNOME Bugzilla – Bug 592880
wide image is not viewable at 100% size (repaint issues / window corruption)
Last modified: 2009-08-24 12:10:03 UTC
1. download this 17MB png file using wget: http://www.kernel.org/pub/linux/kernel/people/gregkh/kernel_history/developer_graph-2.6.22.png 2. open it in eog. thumbnail renders fine. zoom once and it still renders fine. 3. then press "view in 100% size" and scroll around. now it no longer renders fine. the image becomes blocky due to severe repaint issues. 43K pixels is not that big really, high end digital cameras can produce even bigger images so while it's understandable that eog's PNG decoder take a while to process this image at startup I don't think it should show a corrupted image. Note: i'm using eog "2.26.1-0ubuntu1" on ubuntu karmic.
Created attachment 141544 [details] eog corruption when drawing wide image at 100% size
Created attachment 141545 [details] same image is drawn just fine at 67 percent zoom
(In reply to comment #2) > same image is drawn just fine at 67 percent zoom No, just scroll further to the right and see how it is cut off after ~3/4 of the way. This is likely another incarnation of bug 303698 and bug 163090. It comes down to gdk-pixbuf having troubles with images larger than 32K in any of the two dimensions. *** This bug has been marked as a duplicate of bug 163090 ***