<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <?xml-stylesheet type="text/css" href="http://spiegl.de/blog/nano/styles/feed.css"?>
  <title type="html">jhead</title>

  <link rel="alternate" type="text/html" href="http://spiegl.de/blog/nano" />

  <link rel="self" type="application/atom+xml" href="http://spiegl.de/blog/nano/archives/jhead/index-atom.xml" />

  <updated>2009-03-19T01:28:41+01:00</updated>

  <author>
    <name>Andy Spiegl</name>

    <uri>http://spiegl.de/blog/nano</uri>
  </author>

  <id>http://spiegl.de/blog/nano/</id>

  <generator uri="http://nanoblogger.sourceforge.net" version="3.3">NanoBlogger</generator>

  <entry>
    <title type="html">EXIF-Datum -&gt; Datei-Datum</title>

    <author>
      <name>Andy Spiegl</name>
    </author>

    <link rel="alternate" type="text/html" href="http://spiegl.de/blog/nano/archives/2006/06/08/exif-datum_-_datei-datum/" />

    <id>http://spiegl.de/blog/nano/archives/2006/06/08/exif-datum_-_datei-datum/</id>

    <published>2006-06-08T01:21:51+01:00</published>

    <updated>2006-06-08T01:21:51+01:00</updated>

    <category term="jhead" />

    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<![CDATA[Datei-Zeitstempel nach der EXIF-Info setzen:
<ul>
<li>alle JPG-Dateien mit EXIF-Tag im aktuellen Verzeichnis:<br/>
 jhead -exonly -ft *jpg</li>
<li>oder alle JPG-Bilder in allen Unterverzeichnissen:<br/>
 find . -name '*jpg' -exec jhead -ft "{}" \;</li>
</ul>]]>
      </div>
    </content>
  </entry>

  <entry>
    <title type="html">Digikam-Dateien verkleinern</title>

    <author>
      <name>Andy Spiegl</name>
    </author>

    <link rel="alternate" type="text/html" href="http://spiegl.de/blog/nano/archives/2006/06/08/digikam-dateien_verkleinern/" />

    <id>http://spiegl.de/blog/nano/archives/2006/06/08/digikam-dateien_verkleinern/</id>

    <published>2006-06-08T01:08:32+01:00</published>

    <updated>2006-06-08T01:08:32+01:00</updated>

    <category term="jhead" />

    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<![CDATA[Digicambilder ohne Verluste(!) kleiner machen:
<ul>
<li>Thumbnails löschen: jhead -dt *jpg</li>
<li>in "progressive JPEG" umwandeln:<br>
    jhead -cmd "jpegtran -progressive -outfile &amp;o &amp;i" *jpg &amp;&amp; jhead -ft *jpg</li>
</ul>]]>
      </div>
    </content>
  </entry>
</feed>

