https://bugs.kde.org/show_bug.cgi?id=288513
Summary: Metadata from old Canon RAW files (.crw+.thm) is not read (and written) correctly. Product: digikam Version: 2.3.0 Platform: MS Windows OS/Version: MS Windows Status: UNCONFIRMED Severity: major Priority: NOR Component: Metadata AssignedTo: [hidden email] ReportedBy: [hidden email] Version: 2.3.0 OS: MS Windows Running digiKam 2.3.0 (from SourceForge installer) under Win7 64bit in WinXP SP3 compatibility mode. Older Canon Cameras add the Metadata of their RAW files (.crw) into sidecar files (.thm), which are basically .jpg files. (I believe that the .crw files contain some Metadata too.) It seems like digiKam doesn't recognize or handle them correctly. Metadata like focal length is read incorrectly, GPS Metadata is not recognized at all. When such RAW files are geotagged with digiKam, digiKam seems to remember their position somehow, although Picasa, GeoSetter and EXIFtool are unable to detect any GPS Metadata. When .thm files are copied into a different directory and renamed as .jpg, digiKam reads and handles their metadata correctly. Reproducible: Always Steps to Reproduce: 1. Geotag Canon RAW Files (.crw + .thm) from Powershot S30 or G3 with GeoSetter or Picasa. 2. Show on Map 3. Menu - Image - Metadata - Edit All Metadata - Edit Exif - Lens 4. Use Geotagging Plugin to assign a position (different from position assigned in 1,) Actual Results: After 2: Photos don't show up on Map After 3: Wrong focal length is displayed (50mm) After 4: DigiKam shows the photo now the newly assigned position, GeoSetter and Picasa still use the old position from Step 1. Expected Results: After 2: Photos should show up (as do .jpg files or ,cr2 RAW-files of newer cameras. You can verify this by renaming the .thm file to .jpg) After 3: Correct focal length is 21.3mm After 4: Metadata should be consistent and be recognized by other Programs like Picasa and GeoSetter (which is based on EXIFtool) Ignoring the presence of Metadata or interpreting it wrongly is likely to lead overwriting correct Metadata or creating to conflicts between different sets of Metadata for the same picture. -- 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=288513
Thorsten <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Thorsten <M8R-gkdi201 zippymail info> 2011-12-09 00:18:57 --- Here is a .zip archive with sample RAW file from a Canon Powershot S30, geotagged with GeoSetter, recognized by Picasa, not recognized by digiKam: http://dl.dropbox.com/u/31121/digiKam/sample.zip -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Metadata |Sidecar Management -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #2 from Marcel Wiesweg <[hidden email]> --- Any public opinion whether digikam should support such non-standard sidecar files? Alternatively, they could by a script with help from exiv2 be transformed to proper XMP sidecars. -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email], | |[hidden email] --- Comment #3 from Gilles Caulier <[hidden email]> --- Another piece in the big puzzle of metadata. I vote for no. But it's just my opinion... Instead to try to manage all possible sidecar files as we can, i recommend to try manage official XMP sidecar in the best way. It's a standard after all. About Exiv2, the question is for Andreas. Gilles Caulier -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #4 from Andreas Huggel <[hidden email]> --- Exiv2 handles this situation exactly the same way as an image with an XMP sidecar, i.e., it doesn't in any way associate the two files. It can deal with the metadata in the thm file (without a need to rename it) and to some extent also the CRW file. Personally I'd prefer keeping the thm sidecar rather than having it converted to an XMP sidecar as it contains a makernote which will get lost during the conversion. Maybe we should consider changing Exiv2 to make that association and "do the right thing" in the presence of a sidecar, so that applications don't have to worry about it. I never really considered that so far, it's just an idea. Andreas -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #5 from Marcel Wiesweg <[hidden email]> --- We probably need another round of extending our sidecar support, to non-standard files as above, and also caring for basename.xmp (as opposed to basename.suffix.xmp) for reading and moving along. Only with the next round of kipi+kexiv2 API changes. -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #6 from Gilles Caulier <[hidden email]> --- Marcel, But this must be handle by Exiv2 lib in background. Currently, i'm not sure that thm file are managed by Exiv2 as XMP sidecar. I'm sure that THM are JPEG container. So it's easy to play with it. Also, libkexiv2 must have some rules too. libkexiv2 3.0.0 can be a good target to implement it. Andreas, any viewpoint here about THM support ? Best Gilles Caulier -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #7 from Gilles Caulier <[hidden email]> --- Official digiKam 2.6.0 release is out since few days now : http://www.digikam.org/drupal/node/656 Please, check if this entry still valid, or update report accordingly. Thanks in advance. Gilles Caulier -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #8 from Thorsten <[hidden email]> --- (In reply to comment #7) > Please, check if this entry still valid, or update report accordingly. I'll let you know as soon as the Windows version is out on Sourceforge: http://sourceforge.net/projects/digikam/files/ Thorsten -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Thorsten <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.3.0 |2.7.0 --- Comment #9 from Thorsten <[hidden email]> --- (In reply to comment #7) >Official digiKam 2.6.0 release is out since few days now : > Please, check if this entry still valid, or update report accordingly. Tested with digiKam 2.7.0 (from SourceForge installer) under Win7 64bit in WinXP SP3 compatibility mode: The problem persists, in exactly the same way as described above. Gilles, so did you change or fix something about the handling of the RAW sidecar files, or why did you ask? I mean just a change in the version number usually doesn't make bugs go away. Anyway, the sample from the Canon Powershot S30 is still online here: http://dl.dropbox.com/u/31121/digiKam/sample.zip If you need more files with different positions or focal lengths or want to try out other old cameras with RAW sidecar files, just let me know. I still have some files from a Canon G3 and a G6 and a Minolta A1. -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
--- Comment #10 from Gilles Caulier <[hidden email]> --- The standard RAW+XMP sidecar files handling have been improved and fixed with last release. About non standard sidecar files, no changes. As Exiv2 can play with THM as with XMP, the lead improvements need to be done in libkexiv2... Gilles Caulier -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #11 from Gilles Caulier <[hidden email]> --- *** Bug 286276 has been marked as a duplicate of this bug. *** -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Metadata from old Canon RAW |Use .thm files as sidecar |files (.crw+.thm) is not |when files are present |read (and written) |(typical case for Canon |correctly. |about CR2 and MKV files) -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.7.0 |4.3.0 Platform|MS Windows |Compiled Sources OS|MS Windows |Linux -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Use .thm files as sidecar |Use .thm files as sidecar |when files are present |when files are present |(typical case for Canon |(typical case for Canon |about CR2 and MKV files) |camera about CR2 and MKV | |files) -- 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 M8R-gkdi201@zippymail.info
https://bugs.kde.org/show_bug.cgi?id=288513
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #12 from Gilles Caulier <[hidden email]> --- *** This bug has been marked as a duplicate of bug 193232 *** -- 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 |