Bug #989
Wrong key name in output of addmodel sample
Start date:
05 Sep 2014
Due date:
% Done:
100%
Estimated time:
Description
The addmodel sample prints
Added a few tags the quick way. Added key "Exif.Photo.DateTimeOriginal", value "1999:12:31 23:59:59" Added key "Exif.Image.PrimaryChromaticities", value "1/2 1/3 2/3 3/4" Modified key "Exif.Image.PrimaryChromaticities", new value "2000:12:31 23:59:59" Modified key "Exif.Image.PrimaryChromaticities", new value "1/2 1/3 88/77 3/4" Deleted key "Exif.Image.PrimaryChromaticities"
but rather should print after application of the attached patch
Added a few tags the quick way. Added key "Exif.Photo.DateTimeOriginal", value "1999:12:31 23:59:59" Added key "Exif.Image.PrimaryChromaticities", value "1/2 1/3 2/3 3/4" Modified key "Exif.Photo.DateTimeOriginal", new value "2000:12:31 23:59:59" Modified key "Exif.Image.PrimaryChromaticities", new value "1/2 1/3 88/77 3/4" Deleted key "Exif.Image.PrimaryChromaticities"
Files
History
Updated by Robin Mills about 7 years ago
- Status changed from New to Resolved
- Assignee set to Robin Mills
- Priority changed from Low to Normal
- Target version set to 0.25
Patch (and change to test/data/addmoddel.out) submitted. r3353. Thank You Thomas for the patch.
Well spotted Thomas - you're clearly very alert. That's been in the code forever.
I've always thought that spelling addmoddel with 2 d's is a cosmetic bug.