InterpType
Description:
[ CCode ( cprefix = "GDK_INTERP_" , type_id = "gdk_interp_type_get_type ()" ) ]
public enum InterpType
public enum InterpType
Interpolation modes for scaling functions.
The `GDK_INTERP_NEAREST` mode is the fastest scaling method, but has horrible quality when scaling down; `GDK_INTERP_BILINEAR` is the best choice if you aren't sure what to choose, it has a good speed/quality balance.
**Note**: Cubic filtering is missing from the list; hyperbolic interpolation is just as fast and results in higher quality.
Namespace: Gdk
Package: gdk-pixbuf-2.0