Skip to content

Small command-line tool to remove all metadata/exif records of your photos to give you back the control over your security and privacy.

License

Notifications You must be signed in to change notification settings

kivimango/metawipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metawipe

Build Status License: MIT

Small command-line tool to remove all metadata / exif records of your photos to give you back the control over your security and privacy.

It is useful before uploading photos to cloud like Facebook, Google, etc if you don't want to share your GPS location and other sensitive data with anyone.

Supported formats

  • jpg
  • jpeg
  • tiff

Requirements

You need at least Java JRE 1.8 to run this software.

Usage

  • Navigate to the folder containing the metawipe.jar file
  • Open a terminal in this folder
  • type java -jar metawipe.jar

can be :

  • -f : Clears metadata of one particular file. Note: Nothing is written on the console after successful operation (and the program returns 0). Error messages still displayed. Example: java -jar metawipe.jar -f /path/to/photo.jpg
  • -d: Clears every supported file formats in the given directory and its subdirectories. Example: java -jar metawipe.jar -d /path/to/directory/
  • -help Displays the help. Example: java -jar metawipe.jar -help

Installation

  • Download the latest version and unzip it somewhere to your directory
  • If you want to build from source, clone this repository: git clone https://github.com/kivimango/metawipe.git Execute the following command in the terminal: mvn clean compile assembly:single The built jar will be in the /target folder

Contribution

Contributions are welcome ! If you see errors, bugs, please open a new Issue, or send a pull request.

License

MIT

About

Small command-line tool to remove all metadata/exif records of your photos to give you back the control over your security and privacy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages