From 1a76dad1626dc4392481f3d433b1bb7d850a9114 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 14 Jul 2014 16:06:34 +0100 Subject: [PATCH] better lindetect compat --- libvips/deprecated/vips7compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvips/deprecated/vips7compat.c b/libvips/deprecated/vips7compat.c index bdbaaa4f..673602a8 100644 --- a/libvips/deprecated/vips7compat.c +++ b/libvips/deprecated/vips7compat.c @@ -2341,6 +2341,7 @@ im_lindetect( IMAGE *in, IMAGE *out, INTMASK *mask ) return( -1 ); if( vips_compass( in, &t2, t1, "times", 4, + "angle", VIPS_ANGLE45_45, NULL ) ) { g_object_unref( t1 ); return( -1 );