<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>Hello</p>
<p></p>
<p>Am Mittwoch, 23. August 2006 12:29 schrieb Gilles Caulier:</p>
<p>> What do you mean by 'exif-imagetool' .Are you mean "Comments & tags" side</p>
<p>> bar ?</p>
<p></p>
<p>No, I mean this commandline-tool for manipulating exif-tags:</p>
<p>http://www.sno.phy.queensu.ca/~phil/exiftool/</p>
<p></p>
<p>> > , in digikam the old comment is still shown, but all other</p>
<p>> > programs shows the correct comment for this pics</p>
<p>></p>
<p>> Witch other programs ?</p>
<p></p>
<p>eg kwickshow, konqueror, IrfanView (Windows or wine), exiftool itself (comand: <span style="font-family:Courier New">exiftool <name of pic></span></p>
<p><span style="font-family:Courier New">exiftool -comment <name of pic></span></p>
<p></p>
<p>> > This problem is also existing after restarting digikam.</p>
<p>> ></p>
<p>> > Has someone seen this problem before? Someone a solution?</p>
<p>></p>
<p>> Give me a complete task that you do to change an image comment...</p>
<p>Ok:</p>
<p>1. renaming the raw-pic with exiftool into YYYYMMDD_HHMM_originalFilename.original-ext:</p>
<p><span style="font-family:Courier New">exiftool -P -d %Y%m%d_%H%M_%%f.%%e "-filename<DateTimeOriginal" .</span></p>
<p></p>
<p>2. take out jpg-pic out of the canon-raw-files:</p>
<p><span style="font-family:Courier New">exiftool -P -b -JpgFromRaw -w .jpg .</span></p>
<p></p>
<p>3. take the exif-information into the jpg-pic from the coresponding raw-files:</p>
<p><span style="font-family:Courier New">exiftool -P -tagsfromfile %d%f.crw -ext jpg .</span></p>
<p></p>
<p>4. bring in some aditional exif- and iptc-information</p>
<p><span style="font-family:Courier New">exiftool -P -Copyright="Christoph Knauer" -CopyrightNotice="Christoph Knauer" -Contact="cool.chris65@web.de" -LanguageIdentifier=DE -Country-PrimaryLocationCode=GER -Country-PrimaryLocationName="Germany" -Province-State="NDS Niedersachsen" -City="Melle" -Comment="This is an example-Comment" .</span></p>
<p></p>
<p>5. first view with digikam (new started or allways running)</p>
<p></p>
<p>6. if needed manipulating the coment of some more pic by commandline (batch)</p>
<p><span style="font-family:Courier New">exiftool -comment="This is a new comment"</span></p>
<p></p>
<p>After 6. the comment in digikam is allways the same as before, also after restarting digikam, but other tools shows the new comment.</p>
<p></p>
<p>The attachment is my batchfile which I use for doing step 1 to 4</p>
<p></p>
<p>Greetings, Christoph</p>
<p>-- </p>
<p>GPG-Fingerprint: 171A 6F66 52E5 A6CE D664 2427 832F E711 7442 8261</p>
</body></html>