<br><br><div class="gmail_quote">2009/1/21 Matthias Welwarsky <span dir="ltr"><<a href="mailto:matze@welwarsky.de" target="_blank">matze@welwarsky.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Wednesday 21 January 2009 12:59:45 Matthias Welwarsky wrote:<br>
> On Wednesday 21 January 2009 09:41:30 Gilles Caulier wrote:<br>
> > ok. your new lens descriptio ntag for panasonic camera is recorded to<br>
> > DMetadata.<br>
> ><br>
> > Question : why you have set this change :<br>
> ><br>
> > +++ digikam-0.10.0-beta8/libs/dmetadata/dmetadata.cpp    2009-01-19<br>
> > 21:47:42.000000000 +0100<br>
> > @@ -105,7 +105,7 @@<br>
> ><br>
> >          if (identify.exposureTime != -1.0)<br>
> >          {<br>
> > -            convertToRational(1/identify.exposureTime, &num, &den, 8);<br>
> > +            convertToRational(identify.exposureTime, &num, &den, 8);<br>
> >              setExifTagRational("Exif.Photo.ExposureTime", num, den,<br>
> > false); }<br>
><br>
> Because otherwise the exposure time shows up as "40s" instead of "1/40s".<br>
> Might be a speciality of this camera particular camera, or a bug in dcraw?<br>
><br>
> However, ufraw does it correctly, and Marcel Wiesweg wrote:<br>
> > Thanks, but that's already fixed in SVN ;-)<br>
><br>
> So I assume it's actually a digikam bug which is already fixed.<br>
<br>
</div>Which reminds me of something: The aperture is also incorrectly read from<br>
these RAW files. A photo was shot with f/10, but digikam reports f/32. Is this<br>
also fixed already, by chance?<br>
</blockquote><div><br>No. This is a problem in Exiv2 library which is used by digiKam to handle Raw metadata.<br><br>Which version do you use ?<br><br>Note : digikam do not use dcraw to play with Raw image data, but libraw.<br>
<br>Gilles Caulier<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
regards,<br>
<font color="#888888">        matthias<br>
</font><div><div></div><div>_______________________________________________<br>
Digikam-devel mailing list<br>
<a href="mailto:Digikam-devel@kde.org" target="_blank">Digikam-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-devel" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
</div></div></blockquote></div><br>