[VBScript]
Set gr = CreateObject("ImageGlue7.Graphic")
gr.ReadExif = True
gr.SetFile("rez/myexif.jpg")
Set theText = gr.Exif.Text
Response.Write(theText)
This example illustrates how to get and display a formatted
text representation of the Exif data.
|