Blur persons and objects in images based on EXIF metadata
Go to file
Daniel Langbein f2a6438e0b chore 2023-08-13 16:37:31 +02:00
.idea chore 2023-08-13 16:37:31 +02:00
example multiple improvements 2022-08-28 16:23:36 +02:00
.gitignore add .gitignore 2021-08-29 14:32:12 +02:00
LICENSE init 2021-08-29 14:17:01 +02:00
README.md multiple improvements 2022-08-28 16:23:36 +02:00
Screenshot-DigiKam.png init 2021-08-29 14:17:01 +02:00
area.py multiple improvements 2022-08-28 16:23:36 +02:00
exif.py multiple improvements 2022-08-28 16:23:36 +02:00
image_files.py multiple improvements 2022-08-28 16:23:36 +02:00
image_manipulation.py add TODO 2023-08-13 16:37:23 +02:00
main.py fix 2022-11-16 12:43:17 +01:00
subprocess_util.py multiple improvements 2022-08-28 16:23:36 +02:00

README.md

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