Skip to content

Instantly share code, notes, and snippets.

@bspavel
Created July 27, 2019 20:44
Show Gist options
  • Select an option

  • Save bspavel/84c933d4b83b360a97e2e75a3d890710 to your computer and use it in GitHub Desktop.

Select an option

Save bspavel/84c933d4b83b360a97e2e75a3d890710 to your computer and use it in GitHub Desktop.

Revisions

  1. bspavel created this gist Jul 27, 2019.
    8 changes: 8 additions & 0 deletions metadata_image_cleanner.sh
    Original 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