Skip to content

Instantly share code, notes, and snippets.

@bspavel
Created July 27, 2019 20:44
Show Gist options
  • Save bspavel/84c933d4b83b360a97e2e75a3d890710 to your computer and use it in GitHub Desktop.
Save bspavel/84c933d4b83b360a97e2e75a3d890710 to your computer and use it in GitHub Desktop.
meta data cleanner from a image
#http://www.linux-magazine.com/Online/Blogs/Productivity-Sauce/Remove-EXIF-Metadata-from-Photos-with-exiftool
#https://www.shellhacks.com/ru/remove-exif-data-images-photos-linux/
#https://askubuntu.com/questions/1005118/remove-all-picture-metadata-except-for-one
sudo apt-get install libimage-exiftool-perl
exiftool image.jpeg
exiftool -all= image.jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment