Every once and a while I come across a simple task that deserves a script. Instead of using a language I know, this is often a great opportunity to pick up a new language or get a refresher on one I haven't used in a long time. In this case, I needed to resize an entire directory of images. There are tons of free tools out there to do this, but where's the fun in that? Also, I could have whipped this tool up very quickly in a language I know, like C#, however I haven't used Python in several years and I decided it was time for a refresher.