
|
|
|
|  | leeone$2007126 leeone 05/07/2007 :: 08:59
Registered
| | May I use GDpicture to creact GPS tag?
ie:
Photos was taked with general didital camera, have exif header, but don't contain GPS tag.
My project is "ADD/Create" GPS tag into jpeg file, such as "GPSLatitude", "GPSLongitude". GPS info is from GPS-Logger
I tryed some components, but most components can only "view" or "modify" GPS tag, can't "create"..
If GDpicture can do that, which version is fit for me? I just need create/modify/read exif/gps tag, no other feature need.
Thanks, and sorry for my broken english. | |
 | Loïc$2006306 Loïc 05/07/2007 :: 11:14
Registered
| | Hi,
Yes you can do that with the last edition.
In vb you have just to di like this:
Call oGdPicture.TagsWriteTypeASCII(PropertyTagGpsLongitude, "18°")
Best regards,
Loïc Carrère | |
| |