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 381358 - printing is blurred in big images
printing is blurred in big images
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: GNOME2.x
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-01 18:12 UTC by Claudio Saavedra
Modified: 2006-12-18 22:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
pdf print of an image, illustrating the problem (492.12 KB, application/pdf)
2006-12-01 18:31 UTC, Claudio Saavedra
Details

Description Claudio Saavedra 2006-12-01 18:12:43 UTC
The downscaling made to print is blurring images. This needs to be fixed before 2.18.
Comment 1 Claudio Saavedra 2006-12-01 18:31:35 UTC
Created attachment 77501 [details]
pdf print of an image, illustrating the problem
Comment 2 André Klapper 2006-12-10 22:37:21 UTC
gnome-target is meant to be used on bugs severe enough to possibly require
delaying GNOME releases.  The target milestone is the field you want for bugs
you'd like to remember to fix by a certain release.  You can add target
milestones for your product by clicking on the "Edit this product" link in the
lower-right hand corner of the browse.cgi ("product overview") page.  See also
the "Target Milestone" and "GNOME Target Milestone" sections of
http://bugzilla.gnome.org/page.cgi?id=bug-status.html.  :-)
Comment 3 Claudio Saavedra 2006-12-14 20:56:22 UTC
Fixed in both HEAD and eog-ng.

2006-12-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * shell/eog-window.c (eog_window_print_draw_page): Do not use a group
        in the cairo context. Fixes bug #381358.

Comment 4 Felix Riemann 2006-12-15 20:14:18 UTC
Yes, pictures seem much better now (even the coloring issue in acroread seems to be gone now). :)
Unfortunately my page is now tiled with the same image all over (besides the centered image). Looks like we need to do some masking now. 
Comment 5 Claudio Saavedra 2006-12-15 20:31:01 UTC
That's a bug in cairo's PDF backend. If you print to a PS file, you won't see the tiling. Given that printing uses the PS backend, that's only a PDF + preview issue. 

In these threads, the issue is discussed:

http://lists.freedesktop.org/archives/cairo/2006-December/008708.html
http://lists.freedesktop.org/archives/cairo/2006-December/008707.html

Comment 6 Claudio Saavedra 2006-12-18 22:40:13 UTC
I clipped around the image to workaround this. This way, previewing, PDF, PS, and real printing should be always the same. I commited the fix to HEAD and eog-ng.