Blur persons and objects in images based on EXIF metadata
Go to file
Daniel Langbein ce307c09d2 + convert images in sub-directories
+ exiftool: if xmp sidecar exists, use it. Otherwise: use image file
+ skip already blurred images
2021-09-13 13:39:27 +02:00
.idea + convert images in sub-directories 2021-09-13 13:39:27 +02:00
example init 2021-08-29 14:17:01 +02:00
.gitignore add .gitignore 2021-08-29 14:32:12 +02:00
blur.py + convert images in sub-directories 2021-09-13 13:39:27 +02:00
exec.py init 2021-08-29 14:17:01 +02:00
exif.py + convert images in sub-directories 2021-09-13 13:39:27 +02:00
LICENSE init 2021-08-29 14:17:01 +02:00
main.py + convert images in sub-directories 2021-09-13 13:39:27 +02:00
mask.png init 2021-08-29 14:17:01 +02:00
README.md + convert images in sub-directories 2021-09-13 13:39:27 +02:00
Screenshot-DigiKam.png init 2021-08-29 14:17:01 +02:00

Blur persons and objects in your images based on exif metadata

Example Workflow

  1. Face-tag persons with their names on your pictures
    • This can be done with e.g. DigiKam

Screenshot of DigiKam with three tagged persons (named "A", "B" and "C"):

  1. Copy all pictures to be modified in a folder

See example/

  1. Run this python script on that folder with a list of names of persons to be blurred

In main.py the three names are specified:

names = ['A', 'B', 'C']  # TODO: Enter name of persons to be blurred

This results in the following picture:

Credits

Many thanks to