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

Create getter method for RedditImage height and Width #20

Closed kvosbur closed 4 years ago

kvosbur commented 4 years ago

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.

kvosbur commented 4 years ago

Solved with direct commit (c12d867ff30c2c6eeee3939e638dd85a1eccb491)