This commit is contained in:
John Cupitt 2009-02-24 16:41:11 +00:00
parent 439014de1a
commit 227831387b
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ vips_interpolate_yafrsmooth_class_init( VipsInterpolateYafrsmoothClass *iclass )
gobject_class->get_property = vips_object_get_property;
object_class->nickname = "yafrsmooth";
object_class->description = _( "YAFR smooth interpolation" );
object_class->description = _( "Bicubic plus edge enhance" );
interpolate_class->interpolate =
vips_interpolate_yafrsmooth_interpolate;