Upgrade to libvips v8.11.0-rc1

This commit is contained in:
Lovell Fuller
2021-06-07 21:13:40 +01:00
parent 7467fa8b50
commit cbaec198a5
9 changed files with 278 additions and 89 deletions

View File

@@ -60,17 +60,4 @@ VInterpolate::new_from_name( const char *name, VOption *options )
return( out );
}
VOption *
VOption::set( const char *name, const VInterpolate value )
{
Pair *pair = new Pair( name );
pair->input = true;
g_value_init( &pair->value, VIPS_TYPE_INTERPOLATE );
g_value_set_object( &pair->value, value.get_interpolate() );
options.push_back( pair );
return( this );
}
VIPS_NAMESPACE_END