I'm working on a project to crop 3000 images. I have created 3000 images using an algorithm, and am trying to crop them. Currently, they are all sitting in a folder with names that follow the same format - "img1", "img2", "img3" etc. I have tried using online tools to crop all of these images but it isn't working. I'm looking for an approach, whether using a free software to crop all of them at once or using python to crop these images and store them in a separate folder.