Remove mention of deprecated radius parameter in vips_sharpen()

This commit is contained in:
Janko Marohnić 2018-03-25 20:30:42 +02:00
parent 5176b4a17e
commit 10c72c58d5
No known key found for this signature in database
GPG Key ID: 84166B4FB1C84F3E
1 changed files with 3 additions and 4 deletions

View File

@ -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:
*