Summary: | Geolocation tool does not work with non-jpeg file types | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thorsten Schnebeck <thorsten.schnebeck> |
Component: | Plugin-Generic-GeolocationEdit | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahuggel, caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: |
Description
Thorsten Schnebeck
2007-09-02 23:03:29 UTC
Thorsten, Well no. PNG writting mode is not yet supported by Exiv2 yet (and TIFF also). If GPS info have been included in PNG after to have saved this file by image editor, this is duing than complete file have been create from scrarch using libpng. This way take a while... Exiv2 do not create PNG file from scatch. It modif an exiting file. It's completly different. Exiv2 write PNG support code is in alpha stage on my computer. Gilles I would love to be able to store GEO data in 16bit tiff files as all my photographs are stored in this format. Andreas, This is another wish to have TIFF writting mode support with Exiv2... Happy new year Gilles This becomes really urgent now, since we all want to use 16 bit images SVN commit 773841 by cgilles: kipi-plugins from trunk (KDE4) : - Handle non jpeg files to save GPS position. If you use digiKam for KDE4, GPS position is now saved in database for all files, including read-only file formats. This is want mean than you can geo-tagging your RAW files for example ! - Do not refresh thumbs from digiKam Album GUI interface when something is change in metadata. KDE4 version is more robust and detect automaticly wicth view must be updated in this case... BUG: 149497 BUG: 145746 CCMAIL: digikam-devel@kde.org M +60 -76 plugin_gpssync.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=773841 |