Skip to main content

A simple commandline tool to remove the EXIF data from image files.

Project description

exif_delete

All the photos you share online contain metadata. This metadata can include:

  • the location the photo was taken
  • the time the photo was taken
  • detailed information about your camera / phone

Facebook (and most other online advertisers) make money by tracking and selling your personal information. But you should be in control of what information you share with the world.

Enter the exif_delete tool.

This is a simple Python script that I use to strip all of the metadata from my photos before I share them online. It is lightweight and easy-to-use. If you are like me, you take a lot of photos, and this tool will help protect your privacy.

Installation

This script will work with Python v3.4 to v3.7 and only requires one third-party library: PIL.

You can install this tool using PyPI to grab the code and install it online by doing:

pip install exif_delete

Or you can install from this repo locally:

python setup.py install

Usage

This is a simple commandline tool. Just pass the name of the image file(s) you want to strip to the script, and it will do the rest:

python exif_delete.py /path/to/my/image.jpg

python exif_delete.py image1.jpg image2.png image3.gif

python exif_delete.py /path/to/*/my/images/*.jpg

By default, the script will create a new image file with "_safe" appended to the file name. For instance, this:

/full/path/to/image1234.jpg

will become:

/full/path/to/image1234_safe.jpg

However, if you want to just over-write the original image file by stripping all the EXIF data from it, you can add the --replace flag:

python exif_delete.py --replace /path/to/my/image.jpg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exif_delete-0.9.8.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

exif_delete-0.9.8-py3.6.egg (5.4 kB view details)

Uploaded Source

File details

Details for the file exif_delete-0.9.8.tar.gz.

File metadata

  • Download URL: exif_delete-0.9.8.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for exif_delete-0.9.8.tar.gz
Algorithm Hash digest
SHA256 af8794e149ed0ce5ac1a0fa0ed3fae870293006e718f0c3fb3dc40d28ec14638
MD5 5ac32174c0fd8a1d57aa85605f4ca8cc
BLAKE2b-256 6f61ca197f66a8ace82b4b715d95d62ae868ce122b75a0cd0ccdf6a7efe40f96

See more details on using hashes here.

File details

Details for the file exif_delete-0.9.8-py3.6.egg.

File metadata

  • Download URL: exif_delete-0.9.8-py3.6.egg
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for exif_delete-0.9.8-py3.6.egg
Algorithm Hash digest
SHA256 aa7cd47fffa39750aa8f1b24bf3c045a704e55a6377699200e660ffec5d0845b
MD5 a8466b461f357b5237dcc5ff3c76adfb
BLAKE2b-256 d649534696dd33f656cf38f6ca28b89e1c7117ae7be390b5b5fd52027f75ac5b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page