typo in one interpolate_class->window_offset value and cosmetic
This commit is contained in:
parent
096c7dc940
commit
504221925f
@ -269,7 +269,7 @@ vips_interpolate_nearest_new( void )
|
|||||||
/* Convenience: return a static nearest you don't need to free.
|
/* Convenience: return a static nearest you don't need to free.
|
||||||
*/
|
*/
|
||||||
VipsInterpolate *
|
VipsInterpolate *
|
||||||
vips_interpolate_nearest_static( void )
|
<vips_interpolate_nearest_static( void )
|
||||||
{
|
{
|
||||||
static VipsInterpolate *interpolate = NULL;
|
static VipsInterpolate *interpolate = NULL;
|
||||||
|
|
||||||
|
@ -1093,10 +1093,9 @@ vips_interpolate_snohalo1_class_init( VipsInterpolateSnohalo1Class *klass )
|
|||||||
object_class->nickname = "snohalo1";
|
object_class->nickname = "snohalo1";
|
||||||
object_class->description = _( "Nohalo level 2 with antialiasing blur" );
|
object_class->description = _( "Nohalo level 2 with antialiasing blur" );
|
||||||
|
|
||||||
interpolate_class->interpolate =
|
interpolate_class->interpolate = vips_interpolate_snohalo1_interpolate;
|
||||||
vips_interpolate_snohalo1_interpolate;
|
|
||||||
interpolate_class->window_size = 7;
|
interpolate_class->window_size = 7;
|
||||||
interpolate_class->window_size = 3;
|
interpolate_class->window_offset = 3;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Create properties:
|
* Create properties:
|
||||||
|
Loading…
Reference in New Issue
Block a user