https://github.com/chern-kp/quickimagemerge
A simple desktop utility for Windows to quickly stitch multiple images together vertically or horizontally
https://github.com/chern-kp/quickimagemerge
image-merge image-merging image-processing image-stitching
Last synced: 10 months ago
JSON representation
A simple desktop utility for Windows to quickly stitch multiple images together vertically or horizontally
- Host: GitHub
- URL: https://github.com/chern-kp/quickimagemerge
- Owner: chern-kp
- License: mit
- Created: 2025-08-21T15:38:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T19:36:21.000Z (10 months ago)
- Last Synced: 2025-08-21T20:08:01.999Z (10 months ago)
- Topics: image-merge, image-merging, image-processing, image-stitching
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Image Merge
A lightweight Windows application built with C++ and Qt for merging multiple images into a single image.
## Features
- Vertical & Horizontal Stitching for multiple images.
- Changing the order of the images.
- Customizable background color (white, black, or transparent).
- Customizable alignment (left, center, or right for vertical, top, center, or bottom for horizontal).
## Roadmap / Future Plans
- [ ] Custom color for background.
- [ ] Button for Windows context menu.
- [ ] Image thumbnails.
- [ ] Merge into grid.
## Download
You can download compiled executables for Windows from the [releases page](https://github.com/leomartinezdev/quick-image-merge/releases).
### System Requirements
The program is a **64-bit application for Windows**. It will not run on 32-bit systems.
Works on Windows 11, and Windows 10. Launching on Windows 8.1, Windows 8, and Windows 7 requires a Universal C Runtime (UCRT) to be installed.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.