stuff
This commit is contained in:
parent
ead2a0c514
commit
57c79f3c84
@ -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 ) ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user