From fb05cef56a8282d76a3a8aa3274bffed8c13a4cc Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 14 Jul 2014 15:30:02 +0100 Subject: [PATCH] improve im_compass() back compat --- libvips/deprecated/vips7compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/deprecated/vips7compat.c b/libvips/deprecated/vips7compat.c index ef13528a..bdbaaa4f 100644 --- a/libvips/deprecated/vips7compat.c +++ b/libvips/deprecated/vips7compat.c @@ -2315,7 +2315,7 @@ im_compass( VipsImage *in, VipsImage *out, INTMASK *mask ) im_imask2vips( mask, t1 ) ) return( -1 ); if( vips_compass( in, &t2, t1, - "times", 4, + "times", 8, "angle", VIPS_ANGLE45_45, NULL ) ) { g_object_unref( t1 );