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

New-ImageGrid

Namespace ImagePlayground
Inputs
System.String

Creates a simple grid-based image.

Remarks

Creates a simple grid-based image.

Examples

Authored help example

Create 100x100 grid


New-ImageGrid -FilePath out.png -Width 100 -Height 100
        

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

New-ImageGrid [-Color <Color>] -FilePath <String> -Height <Int32> [-Open] -Width <Int32> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Color Color optionalposition: namedpipeline: False
Background color.
FilePath String requiredposition: 0pipeline: True (ByValue)
Output file path.
Height Int32 requiredposition: 2pipeline: False
Height of the new image.
Open SwitchParameter optionalposition: namedpipeline: False
Open the image after creation.
Width Int32 requiredposition: 1pipeline: False
Width of the new image.