enemesis Posted February 9, 2014 Share 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 Link to comment Share on other sites More sharing options...
SckyzO Posted February 10, 2014 Share Posted February 10, 2014 Et encore merci Link to comment Share on other sites More sharing options...
enemesis Posted February 10, 2014 Author Share Posted February 10, 2014 Et encore merci Avec plaisir ! Link to comment Share on other sites More sharing options...
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