I went to a conference and took a bunch of pictures of decks I liked and thought the team could get design ideas from. I decided to upload them to a Google Doc and add notes, but they were large and .heic files, which Google Docs couldn’t parse. I didn’t want to open each of them individually and spawn off a .png file, so I used the Pillow Python library to automate the resizing and conversion of these images.
And now I have a handy script I can tweak if I need it in the future.