- Download ImageMagick. I was using
ImageMagick-<version>-HDRI-x64-static.exe
- Download stitch-images-gui.ps1 PowerShell script and place it where you like.
- Create a shortcut:

Paste this command to hide the terminal when running the script and change the path to stitch-images-gui.ps1
:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -File "<ABSOLUTE_PATH_TO_SHELL_SCRIPT>\stich-images-gui.ps1"
I like ImageMagick stitching because of its simplicity and ease of use.
This tool adds a GUI layer to ImageMagick functionality to easily drag and drop multiple images and stitch them without manually typing paths to each image.
Yes, there are a few free tools but they require several clicks to stitch images.
Mosaic AKA montage command via user-defined checkbox.Implemented ✅