Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksdkamesh99/photo-collage
Photo-Collage using python
https://github.com/ksdkamesh99/photo-collage
matplotlib numpy opencv python
Last synced: 2 months ago
JSON representation
Photo-Collage using python
- Host: GitHub
- URL: https://github.com/ksdkamesh99/photo-collage
- Owner: ksdkamesh99
- Created: 2020-05-05T11:45:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:46:47.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:27:46.935Z (3 months ago)
- Topics: matplotlib, numpy, opencv, python
- Language: Python
- Homepage:
- Size: 2.48 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo-Collage
## 📌 Introduction
A Photo Collage means a montage formed by sticking all the images in a single frame to make a single image.## 🎯 Purpose of the Project
It is a program done inorder to implement basic python libraries in effective way
## 🏁 Technology Stack* [Python]()
* [OpenCV]()
* [Matplotlib]()
* [Numpy]()## 🏃♂️ How to Use:
1. Drop a ⭐ on the Github Repository.
2. Clone the Repo by going to your local Git Client and pushing in the command:```sh
https://github.com/ksdkamesh99/Photo-Collage.git
```3. Install the Packages:
```sh
pip install -r requirements.txt
```4. At last, push in the command by adding the name of images folder in arguments
```sh
photocollage.py "photos"
```
5.Enter the number of rows and columns.6.Go to directory and check for the image and enjoy the application.
7.Screenshots are being displayed in next section
## 📜 Screenshots:
* Folder which contins images.
![images folder](image.png)
* Command Prompt.
![cmd](cmd.png)
* Final Image.
![final](final.png)