lescoste / iphototogallery3

iPhoto plugin to upload your pictures to a gallery 3 server
http://lescoste.net/blog/iphototogallery3
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

Location Information #13

Closed asadowski closed 13 years ago

asadowski commented 14 years ago

Would it be possible to export GPS information in the exported file the way that iPhoto does? This way the exif_gps module can read it and one could be able to have the same location info in Gallery as one has in iPhoto.

I noticed iPhoto also puts Title, Description and Keywords in the IPTC info as well. Your great plugin creates these in the appropriate tables w/in Gallery, but might be a good idea to retain it in the exported file as well.

Don't know if this is possible/hard... Not a programmer. Great work!

lescoste commented 14 years ago

Hi, I don't understand the problem. When I export my photos, the GPS data is still present in the EXIF even for rescaled photos. And the exif_gps module displays the location correctly. Am I missing something ?

I still have to check for the title, desc and keywords IPTC. Stephane.

asadowski commented 14 years ago

I'll need to check again but I believe my photos are not having the gps info appended. My photos by default do not have gps info and I use iPhoto to append the location info. Could it be that your camera already appends the info and iPhoto just uploads the original?

lescoste commented 14 years ago

yes you're right. The gps data is not added to the photo by iPhoto. So the plugin has to do it. I'll see if i can do it. and let you know.

asadowski commented 13 years ago

Thanks for looking at it! Just guessing, but I gather that the file export function iPhoto uses the original by default and that calls need to be made to include location, title, keywords and description info inside the file. I'll look for the issue to be closed... Thanks again!

lescoste commented 13 years ago

I uploaded a new version : 0.4 that add location to photo's Exif GPS and title, description, keywords and rating to photo's IPTC. Tell me if you like it.

lescoste commented 13 years ago

I updated and uploaded again the version 0.4 to not overwrite EXIF and IPTC data if they already exist. But otherwise it is the same thing. I'm waiting for your approval before upload it to MacUpdate as the new official version. Thanks.

asadowski commented 13 years ago

Seems like it works great to me... Thanks!