Package: gdk-pixbuf
GEnum gdk-pixbuf:pixbuf-interp-type
Declaration(gobject:define-genum "GdkInterpType" pixbuf-interp-type (:export t :type-initializer "gdk_interp_type_get_type") (:nearest 0) (:tiles 0) (:bilinear 0) (:hyper 0)) Values
Details
This enumeration describes the different interpolation modes that can be
used with the scaling functions. The :nearest mode is the fastest scaling method, but has horrible quality when scaling down. The :bilinear mode is the best choice if
you are not sure what to choose, it has a good speed/quality balance. Note | See also |
#2024-6-29