You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say this is the same error as for #66 and #56 - looking at func newAppSec() it appears to never find the target data it is seeking, and iterates to the end of file before throwing an EOF.
I'm also not sure if the author is still maintaining this package?
file, err := os.Open("/tmp/rotation.jpeg")
assert.Nil(t, err)
defer file.Close()
_, err = exif.Decode(file)
assert.Nil(t, err)
The text was updated successfully, but these errors were encountered: