GNOME Bugzilla – Bug 328120
gnome-thumbnail generates distorted thumbnails for small images
Last modified: 2006-01-24 15:15:54 UTC
gnome-thumbnail should not enlarge image to generate thumbnails for small images.
Created attachment 57832 [details] [review] Don't resize image to generate thumbnail pixbuf for small images
This patch just leaves them at the size they are if they are smaller than the normal thumbnail size? If so I agree, and you can commit this.
That's it. The images are left as they are if smaller than the target thumbnail size.
Patch applied, bug fixed. 2006-01-24 Lucas Rocha <lucasr@gnome.org> * libgnomeui/gnome-vfs-util.c: (size_prepared_cb) leave pixbuf with the original size if the image is smaller than the target thumbnail size