Package: gdk-pixbuf
Function gdk-pixbuf:pixbuf-scale-simple
Lambda Listgdk-pixbuf:pixbuf-scale-simple (src width height interp) ArgumentsReturn Value The new gdk-pixbuf:pixbuf object, or nil if not enough
memory could be allocated for it. Details Create a new gdk-pixbuf:pixbuf object containing a copy of src scaled to width x height. Leaves src unaffected. The interp mode should be :nearest if you want maximum speed, but when scaling down the :nearest mode is usually unusably ugly. The default interp mode should be :bilinear which offers reasonable quality and speed. You can scale a sub-portion of src by creating a sub-pixbuf pointing into src, see the gdk-pixbuf:pixbuf-new-subpixbuf function. For more complicated scaling/compositing see the gdk-pixbuf:pixbuf-scale and gdk-pixbuf:pixbuf-composite functions. | See also |
#2024-6-29