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-ImageBlur

Namespace ImagePlayground
Inputs
System.String

Blurs an image.

Remarks

Applies a Gaussian blur with the specified Amount.

Examples

Authored help example

Blur an image


Set-ImageBlur -FilePath in.png -OutputPath out.png -Amount 5
        

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-ImageBlur -Amount <Single> -FilePath <String> -OutputPath <String> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

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