Dynamic image format conversion is working nicely. I added a new feature to the image processing this morning as well.Β  Rather than just strip geo data, I'm removing all exif data.

However, it also occurred to me that you may want to display a subset of that data on your website e.g. which camera the photo was taken with etc... So I'm saving all exif data to json before stripping it from the file itself. This should allow you to expose only the data you want explicitly in your templates. πŸ™ŒπŸ»