Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spimy/imageblender
A simple Python program that merges two pictures together, basically a collage automation. Made this to ease my life since I don't want to manually merge all my images manually using so this program does it all for me at the click of a button in a specific directory. It also adds a watermark of your Instagram tag.
https://github.com/spimy/imageblender
image image-manipulation image-processing instagram layout merge merger programming python python3
Last synced: 7 days ago
JSON representation
A simple Python program that merges two pictures together, basically a collage automation. Made this to ease my life since I don't want to manually merge all my images manually using so this program does it all for me at the click of a button in a specific directory. It also adds a watermark of your Instagram tag.
- Host: GitHub
- URL: https://github.com/spimy/imageblender
- Owner: Spimy
- License: unlicense
- Created: 2019-04-25T23:01:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T08:33:52.000Z (over 4 years ago)
- Last Synced: 2024-10-07T20:41:12.472Z (29 days ago)
- Topics: image, image-manipulation, image-processing, instagram, layout, merge, merger, programming, python, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageBlender
A simple Python program that merges two pictures together, basically a collage automation. Made this to ease my life since I don't want to manually merge all my images manually using so this program does it all for me at the click of a button in a specific directory. It also adds a watermark of your Instagram tag.### **Setup**
- Install Python3: https://www.python.org/
- Install PIL: `pip3 install pillow`
- Put the `main.py` file in the folder with the pictures you want to merge
- Assign the `name` variable with your Instagram tag instead of mine (open file using text editor like Notepad++ or Sublime Text. Do NOT open the file using Notepad as it may mess up the indentation)
- Run `main.py` and done### **Images**
The images you want to merge must be in proper order.
Example: image1.png, image2.png, image3.png, image4.png...
When merging, it will merge image1.png and image2.png together and image3.png and image4.png together
So make sure you have them in the order you want the to merge
Make sure you don't have unneeded images in the same folder.
NOTE: THIS ONLY MERGES **TWO** IMAGES TOGETHER!### **Output**
All images merged will be output into a folder called `output` in the same directory as your images.
This folder can be created manually or if you didn't, the program will do so for you.
Once the images are full merged, the console will output `Done`. Simply hit Enter and now, post your newly merged pictures on Instagram with your very own watermark as well!