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 326719 - distorts thumbnails in collection by upsampling/enlarging
distorts thumbnails in collection by upsampling/enlarging
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: collection
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on: 328120
Blocks:
 
 
Reported: 2006-01-12 11:38 UTC by Sebastien Bacher
Modified: 2006-02-19 03:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-01-12 11:38:31 UTC
This bug has been described on http://bugzilla.ubuntu.com/show_bug.cgi?id=22262

"EOG 2.13.3 showing a collection of small images 
incorrectly scales them up to the size of the 
thumbnail frame.
Bitmaps should never be upsampled (by default).

To replicate:
eog /usr/share/icons/hicolor/24x24/apps/*.png


In addition:
EOG also resamples the rendered pixmap of SVG images 
incorrectly, displaying them in a distorted way.

To replicate:
eog /usr/share/icons/hicolor/scalable/apps/*.png
or any other scalable directory
...
>  could you make a screenshot of the issue? I think I don't get the description
...
http://bugzilla.ubuntu.com/attachment.cgi?id=5648
EOG 2.13.4: upsampling in collection

http://bugzilla.ubuntu.com/attachment.cgi?id=5649
EOG 2.13.4 slight distortion with SVG images (e.g. pencil)"
Comment 1 Lucas Rocha 2006-01-26 05:33:47 UTC
This bug is fixed for all formats but SVG. In fact, this was a libgnomeui bug (See #328120). The SVG thumbnail is generated with the 'normal' thumbnail size (128x128) but it has to be resized to fit the thumbnail area for EOG which is 96x96. This is why for some SVG, the thumbnail gets distorted.
Comment 2 Lucas Rocha 2006-02-19 03:54:51 UTC
Ok, I'll consider this bug solved. The SVG case is not really a bug. Feel free to reopen it if you find any other problem on this issue.