exif reloaded
Status: Alpha
Brought to you by:
userid200
When using a sub with "Dim objExif as New ExifReader" and loop containing "objExif.Load strFilename
txtExifInfo = objExif.Tag(DateTimeOriginal)"
The "Load" method did not re-initialise the exif data. Was returning same date value of first jpg every subsequent invocation dispite load. Had to move the above code to a function to get valid results. I'll try to see if I can fix it another way in the class code but you would better understand your code.
I also experienced this issue. What was the reccommended solution?