<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Exif on Evan Hoffman</title><link>https://evan.wtf/tags/exif/</link><description>Recent content in Exif on Evan Hoffman</description><generator>Hugo</generator><language>en-US</language><copyright>Evan Hoffman</copyright><lastBuildDate>Fri, 02 Mar 2012 10:01:11 +0000</lastBuildDate><atom:link href="https://evan.wtf/tags/exif/index.xml" rel="self" type="application/rss+xml"/><item><title>Reorganizing photos in 1 line with exiftool</title><link>https://evan.wtf/2012/03/02/reorganizing-photos-in-1-line-with-exiftool/</link><pubDate>Fri, 02 Mar 2012 10:01:11 +0000</pubDate><guid>https://evan.wtf/2012/03/02/reorganizing-photos-in-1-line-with-exiftool/</guid><description>&lt;p&gt;A few years ago I wrote &lt;a href="https://evan.wtf/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/"&gt;a utility&lt;/a&gt; in Java to find all JPG files in a directory and move them into a date-based directory structure like /YYYY/MM/DD/ based on the date the photo was taken, extracted from the exif metadata in the file. Well, apparently that was a huge waste of time, as I just discovered that &lt;code&gt;exiftool&lt;/code&gt;, an awesome perl utility I&amp;rsquo;ve used for years to edit/extract the metadata on the command line, can also do this natively. So my entire program can be replaced with this simple command:&lt;/p&gt;</description></item><item><title>Java utility to reorganize photos by date taken (via EXIF metadata)</title><link>https://evan.wtf/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/</link><pubDate>Wed, 28 Mar 2007 00:00:37 +0000</pubDate><guid>https://evan.wtf/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/</guid><description>&lt;p&gt;I wrote a little utility to reorganize my digital camera pics based on the EXIF date-taken data stored in the pic. It&amp;rsquo;s pretty simple, I hacked it together in about an hour,&#10;but I thought it might be worth sharing for anyone else looking to do something similar. My camera organizes stuff as it sees fit sometimes, I am particular about my directory structure. This is probably a job best left to perl, but I don&amp;rsquo;t feel like getting Perl running on my Windows box where all the pics are. Now I can finally burn all my images to DVD.&lt;/p&gt;</description></item></channel></rss>