GNOME Bugzilla – Bug 326719
distorts thumbnails in collection by upsampling/enlarging
Last modified: 2006-02-19 03:54:51 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)"
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.
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.