Simplified Version of the Algorithm's Steps:
- the program checks if the examples folder already exists and creates one if it does not
- the program continues to retreive two random images from the internet
- dimensions of each image are retreived in order to create a new rectangle
- the image is combined with information about each image's dimensions
- the information is stored in memory and then drawn onto the previous rectangle
- a new file is created with a random name
- the program draws the information from memory into the newly created file
- the file is then closed and saved into the examples folder.