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
- Host: GitHub
- URL: https://github.com/dimitryzub/powershell-image-stitcher
- Owner: dimitryzub
- License: mit
- Created: 2024-11-16T07:56:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T18:57:54.000Z (about 1 year ago)
- Last Synced: 2025-03-14T05:41:55.201Z (11 months ago)
- Topics: image-processing, image-stitching, imagemagick, powershell, powershell-script, script, utility, windows
- Language: PowerShell
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:

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

## 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) ✅