Skip to main content

2021-10-05 (Tuesday)

Writing

  1. 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

  • philgyford’s avatar

    @MostFoolhardy Yes you might well be right.

  • philgyford’s avatar

    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