/powershell-image-stitcher

A PowerShell Image Stitcher GUI Utility

Primary LanguagePowerShellMIT LicenseMIT

disney-stitch-logo

PowerShell Image Stitcher GUI


  1. Installing
  2. Usage
  3. History
  4. Possible features

Installing

  1. Download ImageMagick. I was using ImageMagick-<version>-HDRI-x64-static.exe
  2. Download stitch-images-gui.ps1 PowerShell script and place it where you like.
  3. Create a shortcut:
creating 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"

Usage

image-stitcher-usage

History

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.

Possible features

  1. Mosaic AKA montage command via user-defined checkbox. Implemented