Page 1 of 1

An error in EXIF parsing

Posted: 03 Feb 2010, 08:44
by nomadic
Please, look here:
https://www.photo.gallery/soda/?content%2Fb_ ... YCYBIw.jpg

You are using attributes
Exposure 1/500 (0.002 sec)
Shutter Speed 9.000 sec

it's wrong, i'm thinking Exposure is 9 and Shutter speed is 1/500 sec

http://en.wikipedia.org/wiki/Shutter_speed
http://en.wikipedia.org/wiki/Exposure_(photography) (copy this link in browser)

Posted: 03 Feb 2010, 14:06
by nomadic
I have use read_exif_data() for some my files and saw ... all is right! But it's wrong, I daresay..
Code
[ExposureTime] => 1/100
[ShutterSpeedValue] => 213/32

Posted: 04 Feb 2010, 08:38
by Nick
Actually we kinda got it right, just need to format the output a little bit:

Image