Project

ImagePlayground

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

Stars99
Forks7
Open issues0
PowerShell Gallery downloads712014
ReleaseImagePlayground-PowerShellModule.v3.2.6
Language: C# Updated: 2026-08-12T09:13:42.0000000+00:00

Documentation

Install ImagePlayground

Install ImagePlayground from PowerShell Gallery or NuGet.

Choose the package source that matches your automation.

Install-Module ImagePlayground -Scope CurrentUser

Import it and inspect the commands available in your installed version:

Import-Module ImagePlayground
Get-Command -Module ImagePlayground

.NET package

dotnet add package ImagePlayground

The PowerShell module supports Windows PowerShell 5.1 and PowerShell 7+. Some formats and platform integrations depend on the capabilities available on the current operating system; use the API reference for the exact command contract in the version shown by the project page.

Next steps