Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 306 Bytes

EXIF_remover

Removes exif from images. It overwrites the images, therefore be careful with sensible data!!!

Usage:

python remove_exif.py --dir <your_image_directory>

Dependencies are light (just numpy and Pillow)

Works for file types .jpg, .gif, .png and .tga, but can be easily adjusted.