This commit is contained in:
John Cupitt 2009-01-12 10:12:40 +00:00
parent ead2a0c514
commit 57c79f3c84
1 changed files with 1 additions and 2 deletions

View File

@ -465,6 +465,5 @@ vips_interpolate_new( const char *nickname )
if( !(type = vips_type_find( "VipsInterpolate", nickname )) )
return( NULL );
return( VIPS_INTERPOLATE( g_object_new( type,
"sharpening", 2.0, NULL ) ) );
return( VIPS_INTERPOLATE( g_object_new( type, NULL ) ) );
}