Bug #674
ShutterSpeedValue should be a signed rational
Start date:
19 Jan 2010
Due date:
% Done:
100%
Estimated time:
Description
Revision 1960 added ShutterSpeedValue to the TIFF/EP tags, but its type was set to unsignedRational. I believe it should be a signed rational (see e.g. http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/shutterspeedvalue.html).
I am attaching a patch against svn trunk.
Files
Associated revisions
History
Updated by Andreas Huggel almost 12 years ago
I used a draft version of the TIFF/EP standard where it is an unsigned rational.
But that seems to be an error as it is in APEX units and supposed to be the same information as Exif.Photo.ShutterSpeedValue.
Updated by Andreas Huggel almost 12 years ago
- Category set to exif
- Status changed from New to Resolved
- Target version set to 0.20
- % Done changed from 0 to 100
Thanks for the patch
#674: Fixed default type for TIFF/EP ShutterSpeedValue (Olivier Tilloy).