From: Dan F. <da...@co...> - 2008-12-12 23:00:47
|
On Mon, Dec 01, 2008 at 10:09:32AM +0800, yunwu yunwu wrote: > Hi,folks: > Now I will want to use libexif to get gps information such as > (latitude,longitude) from jpg file. I don't know how to realize the function. I > know using exif_entry_get_value can get other information, but it seems that > this function can not get latitude and longitude contained in jpg. Does any one > know how to solve the problem? Thanks in advance. You should be able to get an ExifEntry using exif_content_get_entry() then access the raw data from that structure directly. But the latest libexif should also retrieve them as floats using exif_entry_get_value(). >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved |