mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
[project @ 2006-03-27 00:51:21 by rjek]
Reduced quality of interpolation used for GTK thumbnails for faster rendering on lesser systems svn path=/import/netsurf/; revision=2195
This commit is contained in:
parent
c37ff7b219
commit
5ca28e5ef3
@ -71,7 +71,7 @@ bool thumbnail_create(struct content *content, struct bitmap *bitmap,
|
||||
gdk_pixbuf_scale(big, pixbuf, 0, 0, width, height, 0, 0,
|
||||
(double)width / (double)content->width,
|
||||
(double)height / (double)content->width,
|
||||
GDK_INTERP_HYPER);
|
||||
GDK_INTERP_TILES);
|
||||
|
||||
/* As a debugging aid, try this to dump out a copy of the thumbnail as
|
||||
* a PNG: gdk_pixbuf_save(pixbuf, "thumbnail.png", "png", NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user