Merge pull request #913 from janko-m/remove-mention-of-deprecated-radius

Remove mention of deprecated radius parameter in vips_sharpen()
This commit is contained in:
John Cupitt 2018-03-25 19:48:19 +01:00 committed by GitHub
commit cf36336e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:
*