Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
Is it possible to get a full exif tag description ?
e.g.
Simple output from Imaging:
//...
ExposureProgram : 1
//...
In exif tagg spec. I found :
ExposureProgram
The specification defines these values:
0 = Not defined
1 = Manual
2 = Normal program
3 = Aperture priority
4 = Shutter priority
5 = Creative program (biased toward depth of field)
6 = Action program (biased toward fast shutter speed)
7 = Portrait mode (for closeup photos with the background out of focus)
8 = Landscape mode (for landscape photos with the background in focus)
Can I receive description in that form :
ExposureProgram : Manual ?