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

Merge-Image

Namespace ImagePlayground
Inputs
System.String

Merges two images and saves the result.

Remarks

Merges two images and saves the result.

Examples

Authored help example

Merge vertically


Merge-Image -FilePath img1.png -FilePathToMerge img2.png -FilePathOutput out.png
        

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

Merge-Image -FilePath <String> -FilePathOutput <String> -FilePathToMerge <String> [-Placement <Bottom|Right|Top|Left>] [-ResizeToFit] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

FilePath String requiredposition: 0pipeline: True (ByValue)
Must exist.
FilePathOutput String requiredposition: 2pipeline: False
Output file path.
FilePathToMerge String requiredposition: 1pipeline: False
Must exist.
Placement ImagePlacement optionalposition: namedpipeline: Falsevalues: 4
Placement of the second image.
Possible values: Bottom, Right, Top, Left
ResizeToFit SwitchParameter optionalposition: namedpipeline: False
Resize images to fit before merging.