Skip to content

Easy CLI to strip pic metadata, because some of that data is creepy (GPS coords, date, device name).

License

Notifications You must be signed in to change notification settings

JasonThomasData/strip_pic_meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI to strip data from images.

I made this one page CLI as an easy way to strip exif (and other) metadata from pics, because I'm sceptical of what companies like Facebook and others are likely to do with that data.

Most phone cameras will save metadata in pics when the pics are taken. Most JPG-PNG converters will drop the metadata, and yet you can still add metadata to pics manually. I want an easy way to strip all metadata from all pics.

Some cameras will save the GPS coords, the time taken, details about the phone, etc. If you've taken a photo of your children with these details, then obviously that's scary right?

This issue is portrayed in a rather humorous example of how revealing metadata can be, called I know where your cat lives

This program loads an image as a object of pixels, and then saves them again. Everything other than the pixels is lost.

To make this easy to use, I saved my program in /usr/local/bin/

TO DO

  • Make the program accept an -r arg, to process the entire folder.
  • Make the program accept target output destination.
  • Create a backend for this, to be available online for people to use. Would need a Docker env to deal with potentially malicious files.

About

Easy CLI to strip pic metadata, because some of that data is creepy (GPS coords, date, device name).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages