restored old bilinear window_offset (thanks Chantal Racette)

This commit is contained in:
Nicolas Robidoux 2010-05-17 23:01:47 +00:00
parent eb716c4243
commit fe1143f650
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ vips_interpolate_bilinear_class_init( VipsInterpolateBilinearClass *class )
interpolate_class->interpolate = vips_interpolate_bilinear_interpolate;
interpolate_class->window_size = 2;
interpolate_class->window_offset = 0;
interpolate_class->window_offset = 1;
/* Calculate the interpolation matricies.
*/