Is there any python library/easy way to strip EXIF data from a JPEG without a significant performance/image quality impact? I searched for one but couldn't find much. I'm hosting some user upload images and would like to strip this data for privacy/safety reasons.
Thanks