https://github.com/markuszeller/image-stitcher
Stitch images
https://github.com/markuszeller/image-stitcher
drag-and-drop image-processing javascript runs-in-browser serverless
Last synced: 3 months ago
JSON representation
Stitch images
- Host: GitHub
- URL: https://github.com/markuszeller/image-stitcher
- Owner: markuszeller
- License: mit
- Created: 2022-08-29T14:31:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T05:22:36.000Z (8 months ago)
- Last Synced: 2026-01-14T13:59:15.627Z (3 months ago)
- Topics: drag-and-drop, image-processing, javascript, runs-in-browser, serverless
- Language: CSS
- Homepage:
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Stitcher
Stitch images together horizontally or vertically.


You can use the image stitcher for free at:
[https://image-stitcher.markuszeller.com](https://image-stitcher.markuszeller.com)
No data is stored or uploaded on the server. The whole script and image processing is done in your local browser.
## Usage
- Drop the images on the droplet. All images are shown on a list.
- You can reorder the images via drag and drop.
- Delete them by dropping them over the Delete button.
- Press the delete button to delete all images.
- Select horizontal or vertical mode.
- If you want to keep aspect ratio, check the checkbox.
- You can scale the result image with the zoom slider. Using the save button always saves with 100%.
- Hit **stitch** button to create the stitched image.
- You can save it by
- downloading
- copy it by right click
- hitting the **save** button
- If you like to switch the mode, do so and hit the **stitch** button, again.
No server required. You can open the **index.html** in the browser.