typo in one interpolate_class->window_offset value and cosmetic

This commit is contained in:
Nicolas Robidoux 2010-05-16 14:56:18 +00:00
parent 096c7dc940
commit 504221925f
6 changed files with 17 additions and 18 deletions

View File

@ -269,7 +269,7 @@ vips_interpolate_nearest_new( void )
/* Convenience: return a static nearest you don't need to free.
*/
VipsInterpolate *
vips_interpolate_nearest_static( void )
<vips_interpolate_nearest_static( void )
{
static VipsInterpolate *interpolate = NULL;

View File

@ -1093,10 +1093,9 @@ vips_interpolate_snohalo1_class_init( VipsInterpolateSnohalo1Class *klass )
object_class->nickname = "snohalo1";
object_class->description = _( "Nohalo level 2 with antialiasing blur" );
interpolate_class->interpolate =
vips_interpolate_snohalo1_interpolate;
interpolate_class->interpolate = vips_interpolate_snohalo1_interpolate;
interpolate_class->window_size = 7;
interpolate_class->window_size = 3;
interpolate_class->window_offset = 3;
/*
* Create properties: