Documentation
Install ImagePlayground
Install ImagePlayground from PowerShell Gallery or NuGet.
Choose the package source that matches your automation.
PowerShell Gallery
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
- Browse the curated examples
- Choose an image or visual reporting workflow
- Open the PowerShell API reference
- Open the project source