I've been seeing on Instagram that people sending two portrait oriented photos, so that when you swipe, it feels like scrolling over one big landscape oriented photo.
I'm sure there are apps to make that happen, but I couldn't find it. So I decided to make this little photo maker for myself. It's simple but it works.
- Save your original landscape photo into "pics" folder.
- In the python program, change the pic_name = "pics/your_photo's_name.jpg".
- Run the program. And the output photos will be in "output" folder. (There will be three output photos - xx_left, xx_right, xx_centered.)
- The output photos are much smaller in size than expected. Although the quality looks just good. (?)
- More to be added
- 2019-11-23: Night photos might need black backgrounds. So I added the choice of background color, which is stored as the
fill_white
variable ('yes' for white, other values for black).