https://bugs.kde.org/show_bug.cgi?id=283011
Summary: Write metadata focallength35 back to images when present in database Product: digikam Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Metadata AssignedTo: [hidden email] ReportedBy: [hidden email] Version: unspecified (using KDE 4.7.1) OS: Linux I like to know the full frame focal length of my images, but for most lenses this data is not readily available in the metadata. It is easy to update the respective field (focalLength35 in table ImageMetadata) with a SQL statement (e.g. UPDATE ImageMetadata SET focalLength35=focalLength*1.6 WHERE model LIKE 'Canon EOS%' AND focalLength35 IS NULL;). This metadata is then presented in the info tool (mouse hovering) in digikam. I would like to write this data back to the files (Menu: Image->Write Metadata to Image) after doing the same selection of photos in digikam, but it doesn't work. I have to edit images individually with Image->Metadata->Edit all metadata. Reproducible: Always Steps to Reproduce: Image->Write Metadata to Image Expected Results: Image->Write Metadata to Image should write the focalLength35 field back into the exif data of the image files. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=283011
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Version|unspecified |2.3.0 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gerhardk@gmx.ch
https://bugs.kde.org/show_bug.cgi?id=283011
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Gilles Caulier <[hidden email]> --- *** This bug has been marked as a duplicate of bug 273811 *** -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |