enemesis Posted February 9, 2014 Posted February 9, 2014 (edited) Installer Exif : sudo apt-get install exif Puis la librairie et les tool : sudo apt-get install libimage-exiftool-perl Pour supprimer les données : exiftool -all= *.jpg Pour en savoir plus :http://fr.wikipedia.org/wiki/Exchangeable_image_file_formatSi vous avez tout un dossier d'images : #!/bin/bash exiftool -all= *.jpg; exiftool -all= *.JPG; exiftool -all= *.png; exiftool -all= *.PNG; rm *_original; Edited April 9, 2015 by enemesis
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now