goldengel / exiflibrary

Automatically exported from code.google.com/p/exiflibrary
MIT License
0 stars 0 forks source link

ExifFile.Read() Fails on some photos #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Execute ExifFile.Read("ExifTest.jpg");
2.
3.

What is the expected output? What do you see instead?
Every other app reads the Exif data (Windows,IrfanView,photoshop..)
I expect there is a corrupt tag

What version of the product are you using? On what operating system?
V9.0

Please provide any additional information below.
If you will provide the source I will be glad to debug the issue

Original issue reported on code.google.com by mcofe...@gmail.com on 31 Jan 2010 at 4:19

Attachments:

GoogleCodeExporter commented 8 years ago
I downloaded the source and found the problem in ReadExifAPP1()
Wrapping the function in a try/catch bypassed the exception.
it looks to be something with the thumbnail but I can't trace the exact problem.
The rest of the exif data read/writes correctly.

Original comment by mcofe...@gmail.com on 31 Jan 2010 at 5:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r46.

Original comment by oozcitak on 1 Feb 2010 at 10:29