2021-10-05 (Tuesday)
Writing
-
Removing Exif data from images in Django
How to remove Exif data from image files uploaded to a model’s ImageField in a Django project.
Tweets
@MostFoolhardy Yes you might well be right.
I wrote this about how to remove Exif data from image files uploaded to a Django model's ImageFields, so that you don't leak GPS info etc. from your user's photos. gyford.com/phil/writing/2…
Suggestions for improvement always welcome!
#Python #Django