Page MenuHomePhabricator

Improve EXIF output
Closed, ResolvedPublic

Description

Author: avarab

Description:
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)


Version: 1.5.x
Severity: normal
Platform: Other
URL: http://en.wikipedia.org/wiki/User:%C6var_Arnfj%F6r%F0_Bjarmason/EXIF

Details

Reference
bz1947

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 8:18 PM
bzimport set Reference to bz1947.

avarab wrote:

Furthermore all the key values should call wfMsg(), e.g. "Flash" should be
replaced by wfMsg('exif-flash').

Keys are using the localized messages now.

avarab wrote:

Working on it again

avarab wrote:

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.

Gilles raised the priority of this task from High to Unbreak Now!.Dec 4 2014, 10:19 AM
Gilles added a project: Multimedia.
Gilles moved this task from Untriaged to Done on the Multimedia board.
Gilles lowered the priority of this task from Unbreak Now! to High.Dec 4 2014, 11:23 AM