1 min readMar 17, 2020
Thanks Amir. I didn’t define files because I need to point at files somewhere which isn’t safe to do online. I normally iterate through a folder with images to create files. For example, you might have
files = [‘./file1.jpg’, ‘./file2.jpg’]
Hope that helps?