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
Create getter method for RedditImage height and Width #20
Right now the width and height of the images are set in the call to .image_is_landscape() and are accessed directly. Instead there should be getters for these values that are called anywhere when needed and if they have yet to be initialized then the parameters will be gotten.
Right now the width and height of the images are set in the call to .image_is_landscape() and are accessed directly. Instead there should be getters for these values that are called anywhere when needed and if they have yet to be initialized then the parameters will be gotten.