<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Exiftool on Cédric L'homme</title><link>https://l-homme.com/tags/exiftool/</link><description>Recent content in Exiftool on Cédric L'homme</description><generator>Hugo</generator><language>fr-fr</language><lastBuildDate>Sun, 16 Feb 2020 19:26:11 +0000</lastBuildDate><atom:link href="https://l-homme.com/tags/exiftool/index.xml" rel="self" type="application/rss+xml"/><item><title>Supprimer les informations d'une photo sous Linux</title><link>https://l-homme.com/posts/supprimer-les-informations-dune-photo-sous-linux/</link><pubDate>Sun, 16 Feb 2020 19:26:11 +0000</pubDate><guid>https://l-homme.com/posts/supprimer-les-informations-dune-photo-sous-linux/</guid><description>&lt;p&gt;Si vous souhaitez supprimer les informations internes d&amp;rsquo;une photo (&lt;a href="https://fr.wikipedia.org/wiki/Exchangeable_image_file_format"&gt;Exif&lt;/a&gt;, &lt;a href="https://fr.wikipedia.org/wiki/IPTC_Information_Interchange_Model"&gt;IPTC&lt;/a&gt;, &lt;a href="https://fr.wikipedia.org/wiki/Extensible_Metadata_Platform"&gt;XMP&lt;/a&gt;, etc.) vous pouvez utiliser &lt;a href="https://exiftool.org/"&gt;ExifTool&lt;/a&gt; de Phil Harvey.&lt;/p&gt;
&lt;p&gt;Sous une Debian compatible (Ubuntu, Linx Mint, etc.), installez le paquet ExifTool avec :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo apt install libimage-exiftool-perl
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Dans le répertoire contenant vos photos, lancez ExifTool avec l&amp;rsquo;extension de vos images. Exemple avec des jpeg :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;exiftool -all&lt;span class="o"&gt;=&lt;/span&gt; *.jpeg
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Pas de panique, tous les fichiers originaux traités sont renommés avec le suffixe &lt;em&gt;_original&lt;/em&gt; donc pas de risque de faire une fausse manip. Bon ménage !&lt;/p&gt;</description></item></channel></rss>