The Item property allows you to access the raw Exif data as it was stored in the file.
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.All ' parse theBytes..
Set gr = CreateObject("ImageGlue7.Graphic") gr.ReadExif = True gr.SetFile("rez\myexif.jpg") Set theBytes = gr.Exif.All ' parse theBytes..
This example illustrates how to get the raw exif data for your own parser.