This a very simple script (quite messy too). What is does is checks all images in a folder and creates a thumbnail version in a subfolder called “thumbs”. The script keeps all images in a list and then pickles the list into a file so when you run it again it will only create thumbs for images that weren’t there before. When the script starts it also checks for thumbnails without a big version it will delete these thumbs.
To Run
Post a comment