API Reference
Command
Set-ImageSharpen
Sharpens an image.
Remarks
Applies a Gaussian sharpen filter with the specified Amount.
Examples
Sharpen an image
Set-ImageSharpen -FilePath in.png -OutputPath out.png -Amount 2
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Set-ImageSharpen -Amount <Single> -FilePath <String> -OutputPath <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Amount Single
- Specifies the strength of the sharpen filter.
- FilePath String
- The image must exist.
- OutputPath String
- Supported formats depend on the file extension.