I've uploaded different photos from different cameras with different flash settings and I always get an integer Exif value that means nothing to me.
After some Google searching, I eventually came across some old code from another Drupal module that assigns human-readable descriptions to flash values: http://drupalcode.org/project/photos.git/blob/7e7a85fab6f58f578aa68b7fe9... (line 962)
I propose integrating that code (or similar) into this module so that 'Flash' Exif data can be displayed nicely.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | human-readable-flash-values_1297028_1.patch | 2.24 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedThe attached patch does exactly this and works for me.
My Exif data now displays 'Flash did not fire, compulsory flash mode' instead of '16'.
Comment #2
jphautin commentedwill check it in the next fex days.
Thanks
Comment #3
jphautin commentedapplied on head.