File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ Returns **Sharp**
263
263
264
264
## threshold
265
265
266
- Any pixel value greather than or equal to the threshold value will be set to 255, otherwise it will be set to 0.
266
+ Any pixel value greater than or equal to the threshold value will be set to 255, otherwise it will be set to 0.
267
267
268
268
### Parameters
269
269
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ function convolve (kernel) {
396
396
}
397
397
398
398
/**
399
- * Any pixel value greather than or equal to the threshold value will be set to 255, otherwise it will be set to 0.
399
+ * Any pixel value greater than or equal to the threshold value will be set to 255, otherwise it will be set to 0.
400
400
* @param {number } [threshold=128] - a value in the range 0-255 representing the level at which the threshold will be applied.
401
401
* @param {Object } [options]
402
402
* @param {Boolean } [options.greyscale=true] - convert to single channel greyscale.
You can’t perform that action at this time.
0 commit comments