Feature #1352
Support camera Canon M100
100%
Description
I request the support of the Canon M100 camera ModelID, for which I attach the patch.
Before:
exiv2 -pt testimg.jpg | grep -ai model
Exif.Image.Model Ascii 15 Canon EOS M100
Exif.Canon.ModelID Long 1 (60293120)
Exif.Photo.LensModel Ascii 29 EF-M15-45mm f/3.5-6.3 IS STM
After:
exiv2 -pt testimg.jpg | grep -ai model
Exif.Image.Model Ascii 15 Canon EOS M100
Exif.Canon.ModelID Long 1 EOS M100
Exif.Photo.LensModel Ascii 29 EF-M15-45mm f/3.5-6.3 IS STM
Files
History
Updated by Robin Mills over 3 years ago
- Category set to camera
- Assignee set to Robin Mills
- Target version set to 0.27
- % Done changed from 0 to 10
- Estimated time set to 2.00 h
Daniel:
Thank you for reporting this issue and providing a patch and test file. When we released v0.26, we move our repos to http://github.com/Exiv2/exiv2 If you're happy raise this request as a PR on GitHub, it'll be serviced.
If you're unfamiliar with Git/GitHub, I'll raise the PR for you.
Robin
Updated by Robin Mills over 3 years ago
- Status changed from New to Closed
- % Done changed from 10 to 100
- Estimated time changed from 2.00 h to 1.00 h
Thanks, Daniel for raising a PR on GitHub. https://github.com/Exiv2/exiv2/pull/317
I'm closing this issue on Redmine, however the PR is open on GitHub.