diff options
Diffstat (limited to 'docs/reference/gdk-pixbuf/tmpl/scaling.sgml')
-rw-r--r-- | docs/reference/gdk-pixbuf/tmpl/scaling.sgml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/reference/gdk-pixbuf/tmpl/scaling.sgml b/docs/reference/gdk-pixbuf/tmpl/scaling.sgml index 996b51807b..0e4cf95a56 100644 --- a/docs/reference/gdk-pixbuf/tmpl/scaling.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/scaling.sgml @@ -84,18 +84,15 @@ expose_cb (GtkWidget *widget, GdkEventExpose *event, gpointer data) @GDK_INTERP_NEAREST: Nearest neighbor sampling; this is the fastest and lowest quality mode. - @GDK_INTERP_TILES: This is an accurate simulation of the PostScript image operator without any interpolation enabled. Each pixel is rendered as a tiny parallelogram of solid color, the edges of which are implemented with antialiasing. It resembles nearest neighbor for enlargement, and bilinear for reduction. - @GDK_INTERP_BILINEAR: Bilinear interpolation. For enlargement, it is equivalent to point-sampling the ideal bilinear-interpolated image. For reduction, it is equivalent to laying down small tiles and integrating over the coverage area. - @GDK_INTERP_HYPER: This is the slowest and highest quality reconstruction function. It is derived from the hyperbolic filters in Wolberg's "Digital Image Warping", and is formally defined as the @@ -188,12 +185,11 @@ image (the filter is designed to be idempotent for 1:1 pixel mapping). @check_size: @color1: @color2: -@Returns: - - -<!-- +@Returns: <!-- Local variables: mode: sgml sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "") End: --> + + |