So essentially I want to give the program a folder and it would append a tuple (image directory, image name) to an array. and the program should loop through ALL of the png's including the images in the subdirectories of the given folder and even their subdirectories (There are a lot of subdirectories)
so I want the end result to be a long array that contains tuples with the directory and name of the image