kvosbur / SubRedditBackgroundImages

The idea behind this is to make a program that cycles through and sets your desktop background based off of popular wallpapers submitted to a subreddit of your choice.
0 stars 0 forks source link

What to do with vertical Unused Space when combing portrait images. #14

Open kvosbur opened 4 years ago

kvosbur commented 4 years ago

So what if you combine images together into a landscape image, but their heights are different. This means that there will be vertical empty space added to the smaller images to make up for this. But the question is what should go in that space. Right now the horizontal empty space is taken up by a gradient of the average pixel RGB value of the image on either side. This is meant to be a discussion on good solutions.

kvosbur commented 4 years ago

One possibility is to do a similar gradient as was done for horizontal but instead do it vertically and make it fade into white or black on the very top or bottom of the image.