Image Data Eraser

When I edit photos, I often notice that many of them contain EXIF and XMP metadata, such as the camera brand, ISO, aperture, and even GPS location information.
Not only do they increase the file size of images and slow down page loading, but they may also raise privacy concerns. This is a small tool that can batch-delete EXIF data from images, serving as a lightweight local image privacy cleaner.

👉 Project Address:https://github.com/cheng01315/Image-Information-Eraser-Tool

 

1. What is included in this metadata?

1.1 EXIF typically contains

  • Camera Model, Manufacturer
  • Shooting Time, Resolution
  • Aperture, ISO, Shutter Speed
  • GPS Location Information
  • Edit Software Name

1.2 XMP typically includes

  • Author and Copyright Information
  • Image description, keywords
  • Color Scheme

After compression, images are typically reduced in size by a few KB to several dozen KB, which helps optimize images on independent websites and speed up page loading times.

 

2. Features and Functions

  • 🔍 Check Metadata – Automatically scan EXIF / XMP
  • 🗑️ One-Click Cleanup – Safely remove all hidden attributes
  • 🔒 Privacy Protection – Remove information about the camera, time, and location
  • 📷 Batch Processing – Supports JPG, PNG, WebP, and other formats
  • 💡 Free and open source – No payment required, and no need to upload to someone else's server

 

3. Instructions for Use

Method 1: Run directly .exe(Recommended)

  1. Insert image input Folder
  2. Double-click Information Eraser.exe
  3. View Metadata Tips → Enter y Confirm Deletion
  4. The processed images are in output Folder

Method 2: Run the Python source code

pip install Pillow
python "Information Eraser.py"

 

4. Project Structure

Image Information Eraser Tool/
├── input/ # Images to be processed
├── output/ # Images with metadata removed
├── Information Eraser.exe
├── Information Eraser.py
└── README.md

 

5. Quick Tip

  • The program only readsinput For the images in this post, it’s best to save a copy of the original photo before editing (just in case you want to know when it was taken later on? 😉)
  • If Chinese characters appear as garbled text in the command line, first run chcp 65001 Run again
  • Need to batch-process a few hundred images? No problem—it runs pretty fast.

 

6. Technology Stack

Python 3 + Pillow + PyInstaller

Previous Article Image Format Converter
Next Article An Air Conditioner That Can't Be Repaired
August 2026
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
Loading...
List of Articles
1 Here are a few recommended Photoshop web-based tools—all you need is a browser to use them.
Here are a few recommended Photoshop web-based tools—all you need is a browser to use them.
2
Website Icon Download Tool
Website Icon Download Tool
3
Image Format Converter
Image Format Converter
4
[WordPress Plugin] Canonical URL Management Plugin for Websites
[WordPress Plugin] Canonical URL Management Plugin for Websites
5
Batch Image Watermarking Tool
Batch Image Watermarking Tool