The Item property allows you to access the raw Gps data as it was stored in the Exif metadata.
For details of the way in which Exif data can be parsed, please refer to http://www.exif.org
None.
[VBScript] Set gr = CreateObject("ImageGlue7.Graphic") gr.ReadExif = True gr.SetFile "rez\myexif.jpg" Set theBytes = gr.Exif.Gps ' parse theBytes..
Set gr = CreateObject("ImageGlue7.Graphic") gr.ReadExif = True gr.SetFile "rez\myexif.jpg" Set theBytes = gr.Exif.Gps ' parse theBytes..
This example illustrates how to get the raw gps Exif data for your own parser.