Created
July 27, 2019 20:44
-
-
Save bspavel/84c933d4b83b360a97e2e75a3d890710 to your computer and use it in GitHub Desktop.
Revisions
-
bspavel created this gist
Jul 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #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