Skip to main content

Remove EXIF data from images.

Project description

exifstrip

A command-line tool to strip EXIF data from images.

Requirements

Installation

Install the package from PyPI, available as exif-strip, using pip.

pip install exifstrip

Usage

usage: exifstrip [-h] [--overwrite] [images ...]

positional arguments:
  images

optional arguments:
  -h, --help   show this help message and exit
  --overwrite

To create a new file without EXIF data:

exifstrip path/to/img1.jpeg path/to/img2.heic

This will create two files, path/to/img1.jpeg.stripped and path/to/img2.heic.stripped.

To overwrite the original file, include the --overwrite flag. All files specified will be overwritten.

exif-strip path/to/img1.jpeg path/to/img2.heic --overwrite

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

exifstrip-0.0.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

exifstrip-0.0.3-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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