From 10c72c58d543513f70c0dfba0ae08d112921efb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Sun, 25 Mar 2018 20:30:42 +0200 Subject: [PATCH] Remove mention of deprecated radius parameter in vips_sharpen() --- libvips/convolution/sharpen.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libvips/convolution/sharpen.c b/libvips/convolution/sharpen.c index f7f91e97..dc817575 100644 --- a/libvips/convolution/sharpen.c +++ b/libvips/convolution/sharpen.c @@ -405,10 +405,9 @@ vips_sharpen_init( VipsSharpen *sharpen ) * Selectively sharpen the L channel of a LAB image. The input image is * transformed to #VIPS_INTERPRETATION_LABS. * - * The operation performs a gaussian blur of radius @radius and subtracts - * from @in to generate a high-frequency signal. This signal is passed - * through a lookup table formed from the five parameters and added back to - * @in. + * The operation performs a gaussian blur and subtracts from @in to generate a + * high-frequency signal. This signal is passed through a lookup table formed + * from the five parameters and added back to @in. * * The lookup table is formed like this: *