Changelog entry and doc refresh for #1161

This commit is contained in:
Lovell Fuller
2018-03-17 11:12:43 +00:00
parent 875937e3d8
commit 8320da39c3
3 changed files with 108 additions and 87 deletions

View File

@@ -157,9 +157,9 @@ function sharpen (sigma, flat, jagged) {
}
/**
* Apply median filter using vips_rank( in, out, m, m, m * m / 2 );
* when used witout parameters the defaul window is 3x3
* @param {Number} [size] square mask size: size x size
* Apply median filter.
* When used without parameters the default window is 3x3.
* @param {Number} [size=3] square mask size: size x size
* @returns {Sharp}
* @throws {Error} Invalid parameters
*/