im_affine*() compat functions work too

This commit is contained in:
John Cupitt 2012-12-14 15:09:11 +00:00
parent f441e3c566
commit 40bb7a2eb3
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ vips_affine( VipsImage *in, VipsImage **out,
matrix = (VipsArea *) vips_array_double_newv( 4, a, b, c, d );
va_start( ap, d );
result = vips_call_split( "shrink", ap, in, out, matrix );
result = vips_call_split( "affine", ap, in, out, matrix );
va_end( ap );
vips_area_unref( matrix );