[Digikam-devel] [Bug 127972] digikam does not *add* EXIF:DateTimeOriginal when modifying date

Jens B.Benecke jens-bugs.kde.org at spamfreemail.de
Wed May 24 20:58:19 BST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=127972         




------- Additional Comments From jens-bugs.kde.org spamfreemail de  2006-05-24 21:58 -------
Actually, it looks like Digikam wants to modifiy DateTimeDigitized in dmetadata.cpp:

bool DMetadata::setImageDateTime(const QDateTime& dateTime)
{
        // ....
        d->exifMetadata["Exif.Photo.DateTimeDigitized"] = exifdatetime;
        // ....

Isn't this incorrect? Shouldn't the date that is presented to the user be the date the photo was taken, in general?

(also in this file, further below, there is a setImageDimensions() function that outputs debug information about the file date/time, not the image dimensions. Might be misleading when searching for bugs later on ;) )

Thanks,

Jens



More information about the Digikam-devel mailing list