Hello,
I think the question I have was asked before, but I can't for the life of me find the answer. The problem is simple: I use digiKam to geotag my photos (it writes metadata directly to the photos), but it seems that Flickr doesn't recognize the geotags.When I upload a photo geotagged in digiKam, the geotagging info doesn't appear on the Flickr page. Any ideas why this happens? Thank you! Kind regards, Dmitri _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Geolocation info are written in GPS exif metadata. This is definitivly
the standard way. If flickr doesn't support Exif GPS info, it's Flickr problem, not digiKam (:=))) Note : Exif info are preserved during flickr upload. Gilles Caulier 2010/1/28 Dmitri Popov <[hidden email]>: > Hello, > > I think the question I have was asked before, but I can't for the life of me find the answer. The problem is simple: I use digiKam to geotag my photos (it writes metadata directly to the photos), but it seems that Flickr doesn't recognize the geotags.When I upload a photo geotagged in digiKam, the geotagging info doesn't appear on the Flickr page. Any ideas why this happens? > > Thank you! > > Kind regards, > Dmitri > > > > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Gilles,
Thank you for your reply. I'm sure this is not digiKam's fault, but Flickr doesn't have this problem with other devices and applications I use. Flickr recognizes geotags in photos that come from Nokia N95, HTC Magic, and in photos that are geotagged using other applications (e.g., Geotag http://geotag.sourceforge.net/). Kind regards, Dmitri ----- Original Message ---- From: Gilles Caulier <[hidden email]> To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Sent: Thu, January 28, 2010 11:02:06 AM Subject: Re: [Digikam-users] Geotags and Flickr Geolocation info are written in GPS exif metadata. This is definitivly the standard way. If flickr doesn't support Exif GPS info, it's Flickr problem, not digiKam (:=))) Note : Exif info are preserved during flickr upload. Gilles Caulier 2010/1/28 Dmitri Popov <[hidden email]>: > Hello, > > I think the question I have was asked before, but I can't for the life of me find the answer. The problem is simple: I use digiKam to geotag my photos (it writes metadata directly to the photos), but it seems that Flickr doesn't recognize the geotags.When I upload a photo geotagged in digiKam, the geotagging info doesn't appear on the Flickr page. Any ideas why this happens? > > Thank you! > > Kind regards, > Dmitri > > > > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Look there : https://bugs.kde.org/show_bug.cgi?id=164152
Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
OK. Thanks, Gilles!
Best, Dmitri ----- Original Message ---- From: Gilles Caulier <[hidden email]> To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Sent: Thu, January 28, 2010 12:35:21 PM Subject: Re: [Digikam-users] Geotags and Flickr Look there : https://bugs.kde.org/show_bug.cgi?id=164152 Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I've finally found the culprit. If you geotag a RAW file and then save it as JPEG, Flickr fails to read the geotagging data. But if you first convert the RAW file to JPEG and then geotag it, Flickr reads the geotags just fine. Hope this helps.
Best, Dmitri ----- Original Message ---- From: Dmitri Popov <[hidden email]> To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Sent: Thu, January 28, 2010 6:12:53 PM Subject: Re: [Digikam-users] Geotags and Flickr OK. Thanks, Gilles! Best, Dmitri ----- Original Message ---- From: Gilles Caulier <[hidden email]> To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Sent: Thu, January 28, 2010 12:35:21 PM Subject: Re: [Digikam-users] Geotags and Flickr Look there : https://bugs.kde.org/show_bug.cgi?id=164152 Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2010/2/18 Dmitri Popov <[hidden email]>:
> I've finally found the culprit. If you geotag a RAW file and then save it as JPEG, Flickr fails to read the geotagging data. But if you first convert the RAW file to JPEG and then geotag it, Flickr reads the geotags just fine. Hope this helps. The second way work because geo tags are registered in JPEG Exif metadata (in file in fact), and flickr backend read it. I suspect that flickrexport tool convert RAW to JPEG internally and do not include kipi host application (digiKam) metadata set in database (as geolocation for RAW which are read only) It's a bug, not critical, but a bug. Code relevant is there : http://lxr.kde.org/source/extragear/graphics/kipi-plugins/flickrexport/flickrtalker.cpp#616 Look like all metadata are restored from RAW file to JPEG file but not digiKam properties. Please oopen a file in bugzilla about. Thanks in advance. The solution is just few line of code to add. This can be done by somebody in team... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Done! Bug ID: 228051
Best, Dmitri ----- Original Message ---- From: Gilles Caulier <[hidden email]> To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Sent: Thu, February 18, 2010 1:06:17 PM Subject: Re: [Digikam-users] Geotags and Flickr 2010/2/18 Dmitri Popov <[hidden email]>: > I've finally found the culprit. If you geotag a RAW file and then save it as JPEG, Flickr fails to read the geotagging data. But if you first convert the RAW file to JPEG and then geotag it, Flickr reads the geotags just fine. Hope this helps. The second way work because geo tags are registered in JPEG Exif metadata (in file in fact), and flickr backend read it. I suspect that flickrexport tool convert RAW to JPEG internally and do not include kipi host application (digiKam) metadata set in database (as geolocation for RAW which are read only) It's a bug, not critical, but a bug. Code relevant is there : http://lxr.kde.org/source/extragear/graphics/kipi-plugins/flickrexport/flickrtalker.cpp#616 Look like all metadata are restored from RAW file to JPEG file but not digiKam properties. Please oopen a file in bugzilla about. Thanks in advance. The solution is just few line of code to add. This can be done by somebody in team... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
And reassigned to kipi-plugins (:=)))
Gilles 2010/2/22 Dmitri Popov <[hidden email]>: > Done! Bug ID: 228051 > > > Best, > Dmitri > > ----- Original Message ---- > From: Gilles Caulier <[hidden email]> > To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> > Sent: Thu, February 18, 2010 1:06:17 PM > Subject: Re: [Digikam-users] Geotags and Flickr > > 2010/2/18 Dmitri Popov <[hidden email]>: >> I've finally found the culprit. If you geotag a RAW file and then save it as JPEG, Flickr fails to read the geotagging data. But if you first convert the RAW file to JPEG and then geotag it, Flickr reads the geotags just fine. Hope this helps. > > The second way work because geo tags are registered in JPEG Exif > metadata (in file in fact), and flickr backend read it. > > I suspect that flickrexport tool convert RAW to JPEG internally and do > not include kipi host application (digiKam) metadata set in database > (as geolocation for RAW which are read only) > > It's a bug, not critical, but a bug. Code relevant is there : > > http://lxr.kde.org/source/extragear/graphics/kipi-plugins/flickrexport/flickrtalker.cpp#616 > > Look like all metadata are restored from RAW file to JPEG file but not > digiKam properties. > > Please oopen a file in bugzilla about. Thanks in advance. The solution > is just few line of code to add. This can be done by somebody in > team... > > Gilles > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Thanks, Gilles! :-)
----- Original Message ---- From: Gilles Caulier <[hidden email]> To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> Sent: Mon, February 22, 2010 3:00:04 PM Subject: Re: [Digikam-users] Geotags and Flickr And reassigned to kipi-plugins (:=))) Gilles 2010/2/22 Dmitri Popov <[hidden email]>: > Done! Bug ID: 228051 > > > Best, > Dmitri > > ----- Original Message ---- > From: Gilles Caulier <[hidden email]> > To: digiKam - Home Manage your photographs as a professional with the power of open source <[hidden email]> > Sent: Thu, February 18, 2010 1:06:17 PM > Subject: Re: [Digikam-users] Geotags and Flickr > > 2010/2/18 Dmitri Popov <[hidden email]>: >> I've finally found the culprit. If you geotag a RAW file and then save it as JPEG, Flickr fails to read the geotagging data. But if you first convert the RAW file to JPEG and then geotag it, Flickr reads the geotags just fine. Hope this helps. > > The second way work because geo tags are registered in JPEG Exif > metadata (in file in fact), and flickr backend read it. > > I suspect that flickrexport tool convert RAW to JPEG internally and do > not include kipi host application (digiKam) metadata set in database > (as geolocation for RAW which are read only) > > It's a bug, not critical, but a bug. Code relevant is there : > > http://lxr.kde.org/source/extragear/graphics/kipi-plugins/flickrexport/flickrtalker.cpp#616 > > Look like all metadata are restored from RAW file to JPEG file but not > digiKam properties. > > Please oopen a file in bugzilla about. Thanks in advance. The solution > is just few line of code to add. This can be done by somebody in > team... > > Gilles > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |