An open API service indexing awesome lists of open source software.

https://github.com/dimitryzub/powershell-image-stitcher

A PowerShell Image Stitcher GUI Utility
https://github.com/dimitryzub/powershell-image-stitcher

image-processing image-stitching imagemagick powershell powershell-script script utility windows

Last synced: 7 months ago
JSON representation

A PowerShell Image Stitcher GUI Utility

Awesome Lists containing this project

README

          


disney-stitch-logo


PowerShell Image Stitcher GUI

___
1. [Installing](#Installing)
2. [Usage](#Usage)
3. [History](#History)
4. [Possible features](#possible-features)

## Installing

1. [Download ImageMagick](https://imagemagick.org/script/download.php#windows). I was using `ImageMagick--HDRI-x64-static.exe`
2. Download [stitch-images-gui.ps1](https://github.com/dimitryzub/powershell-image-stitcher/blob/main/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 "\stich-images-gui.ps1"
```

## Usage

![image-stitcher-usage](https://github.com/user-attachments/assets/e8600271-4263-4378-9a8d-68998caa348b)

## History

I like [ImageMagick](https://www.imagemagick.org/) 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](https://sinestesia.co/blog/tutorials/quick-n-easy-mosaics-with-imagemagick/) command via user-defined checkbox.~~ [Implemented](https://github.com/dimitryzub/powershell-image-stitcher/commit/540e73eb5047cca5af164b671ae98124d6333a3d) ✅