Staff Exif Data Stripper (Python)

Luckyy Vendetta

Administrator
Staff
Luckyy Rep
1
0
0
Rep
1
Luckyy Vouches
2
0
0
Vouches
2
Posts
315
Likes
29
5 YEARS
5 YEARS OF SERVICE
LEVEL 500 XP

Auto EXIF/Metadata Stripper (Drag & Drop • Windows/macOS/Linux)​

What it does: removes EXIF/metadata from images (JPG/PNG/WebP/TIFF/GIF/BMP).
How it works: drag-and-drop a file or folder onto the script — clean copies are written to a stripped/ folder next to your images. JPEGs are stripped losslessly when possible.

Features​

  • Drag-and-drop support (Windows Explorer & macOS Finder).
  • Works on folders (recursive) or single files.
  • [Outputs to stripped/, preserving original timestamps.
  • Lossless EXIF removal for JPEG (if piexif is available).
  • Keeps ICC color profile to avoid color shifts.

Requirements​

  • Python 3.9+
  • Packages: Pillow and (optional) piexif

Install (one-time)​

Bash:
pip install pillow piexif

How to Use​

Windows (drag & drop):
  1. Download the script below as exif.py (right-click → Save As).
  2. Drag your image(s) or a whole folder onto exif.py.
  3. Look for a new stripped/ folder next to your files — those are the cleaned images.
macOS/Linux (Terminal):
Bash:
python3 autostrip.py /path/to/image_or_folder

python3 autostrip.py ~/Pictures/album IMG_0001.JPG
Screenshot From 2025-08-10 11-11-52.png
Screenshot From 2025-08-10 11-20-03.png
You must reply before you can see the hidden data contained here.
 
Last edited:

99

373

461

17

Top