nitishyadav05 / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

Please add exif tag "GPSDateStamp" & "GPSTimeStamp" at 1.27 release version #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Q. What steps will reproduce the problem?
1. Nikon D300 can show the gps info include UTC data & time 
at "GPSDateStamp , GPSTimeStamp" tag
2. v1.27 beta and below not write "GPSDateStamp , GPSTimeStamp" tag

Q. What is the expected output? What do you see instead?
Can you add the exif tag of "GPSDateStamp" & "GPSTimeStamp" at 1.27 
release version?

Q. What version of the product are you using? On what operating system?
1.27 beta

Q. Please provide any additional information below.
I have use the exif tool after gpicsync tagging the photo now,the command 
as below (My time zone is UTC +8) 
exiftool -overwrite_original "-DateTimeOriginal-=8" *.jpg
exiftool -overwrite_original "-GPSTimeStamp<$DateTimeOriginal" "-
GPSDateStamp<$DateTimeOriginal" "-DateTimeOriginal+=8" *.jpg

Original issue reported on code.google.com by hksari...@gmail.com on 24 Feb 2009 at 6:02