Comment 37 for bug 217908

Revision history for this message
In , Federico-ximian (federico-ximian) wrote :

I don't really know where in the code Mozilla scales the images, but if it needs to do that on Linux, it seems that it could use the gdk_pixbuf_scale*() family of functions very easily. Use GDK_INTERP_BILINEAR which is very nice and fast.