gcfavorites / fxif

Automatically exported from code.google.com/p/fxif
0 stars 0 forks source link

FxIF reports ISO-40 wrongly as ISO-8000 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

 Take a picture using a Samsung Galaxy Note 8 or 10.1 in bright sunlight.
 Upload to a web server and analyze with fxif.

What is the expected output? What do you see instead?

 Expected: ISO-40

 Shown: ISO-8000

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

 FxIF 0.4.7.1, Firefox 23.0, Windows XP

Please provide any additional information below.

 Error caused by the following code in binExif.js

       if (dataObj.ISOequivalent < 50 ){
          // Fixes strange encoding on some older digicams.
          dataObj.ISOequivalent *= 200;
        }

Original issue reported on code.google.com by goo...@0x1a.de on 11 Aug 2013 at 8:51

GoogleCodeExporter commented 9 years ago
The quoted piece of code indeed was the culprit. This came from the jhead tool 
which FxIF was based on. The workaround was removed there with version 2.97.
This one is fixed in r33, which will be the coming 0.4.8 of FxIF.

Original comment by cueyr...@gmail.com on 12 Dec 2014 at 2:34