oops compat

This commit is contained in:
John Cupitt 2013-11-15 13:39:57 +00:00
parent 42e5d3dd80
commit 9ec36a6cf9
1 changed files with 1 additions and 1 deletions

View File

@ -2333,7 +2333,7 @@ im_sharpen( IMAGE *in, IMAGE *out,
VipsImage *x;
if( vips_call( "sharpen", in, &x,
"mask_size", mask_size,
"radius", mask_size / 2,
"x1", x1,
"y2", y2,
"y3", y3,