API Reference
Command
New-ImageGrid
Creates a simple grid-based image.
Remarks
Creates a simple grid-based image.
Examples
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 SetsParameters
- Color Color
- Background color.
- FilePath String
- Output file path.
- Height Int32
- Height of the new image.
- Open SwitchParameter
- Open the image after creation.
- Width Int32
- Width of the new image.