 | IBitmapImageSharpen Method (Int32) |
Applies a Laplacian 3x3 sharpening filter to the image.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage Sharpen(
int strength
)
Parameters
- strength
- Type: SystemInt32
0 <= strength <= 3
Return Value
Type:
IBitmapImageA new image instance with effect applied.
Exceptions
See Also