Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

Set-ImageSharpen

Namespace ImagePlayground
Inputs
System.String

Sharpens an image.

Remarks

Applies a Gaussian sharpen filter with the specified Amount.

Examples

Authored help example

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 Sets

Parameters

Amount Single requiredposition: 2pipeline: False
Specifies the strength of the sharpen filter.
FilePath String requiredposition: 0pipeline: True (ByValue)
The image must exist.
OutputPath String requiredposition: 1pipeline: False
Supported formats depend on the file extension.