Last modified: 2010-05-15 15:38:30 UTC
Our EXIF output needs to be improved before 1.5 rolls out the door, I'm working on this. * Add support for the GPS part of the spec. * Parse the exif output and replace various things, for example sometimes getting '0' might mean dark light conditions, '1' might mean daylight [...] and anything not in the span of 0-17 might mean 'undefined'. In that case we'd want to replace 0 with 'Dark', 1 with 'Daylight' and so forth. See: http://exif.org/Exif2-2.PDF (version 2.2 of the spec)
Furthermore all the key values should call wfMsg(), e.g. "Flash" should be replaced by wfMsg('exif-flash').
De-assigned myself
Keys are using the localized messages now.
Working on it again
I just checked in code that does the replacement I discussed below, and the GPS part of the spec has been supported for a couple of days.