API Reference
Command
New-ImageMosaic
Creates a mosaic image from multiple files.
Remarks
Creates a mosaic image from multiple files.
Examples
Create a 2x2 mosaic
New-ImageMosaic -FilePaths img1.png,img2.png,img3.png,img4.png -OutputPath out.png -Columns 2 -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-ImageMosaic -Columns <Int32> -FilePaths <String[]> -Height <Int32> [-Open] -OutputPath <String> -Width <Int32> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Columns Int32
- Number of columns in the mosaic.
- FilePaths String[]
- Source image paths.
- Height Int32
- Height of each tile.
- Open SwitchParameter
- Open the mosaic after creation.
- OutputPath String
- Output file path.
- Width Int32
- Width of each tile.