After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592880 - wide image is not viewable at 100% size (repaint issues / window corruption)
wide image is not viewable at 100% size (repaint issues / window corruption)
Status: RESOLVED DUPLICATE of bug 163090
Product: eog
Classification: Core
Component: general
2.26.x
Other Linux
: Normal major
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-24 11:07 UTC by Martin Olsson
Modified: 2009-08-24 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
eog corruption when drawing wide image at 100% size (59.39 KB, image/png)
2009-08-24 11:08 UTC, Martin Olsson
Details
same image is drawn just fine at 67 percent zoom (471.72 KB, image/png)
2009-08-24 11:09 UTC, Martin Olsson
Details

Description Martin Olsson 2009-08-24 11:07:01 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.
Comment 1 Martin Olsson 2009-08-24 11:08:58 UTC
Created attachment 141544 [details]
eog corruption when drawing wide image at 100% size
Comment 2 Martin Olsson 2009-08-24 11:09:23 UTC
Created attachment 141545 [details]
same image is drawn just fine at 67 percent zoom
Comment 3 Felix Riemann 2009-08-24 12:10:03 UTC
(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 ***