Patch #819
Recognize Pentax MakerNote in DNGPrivateData
100%
Description
This patch has the basics needed to recognize the Pentax MakerNote in a Pentax native DNG.
(Tested for reading only.)
Files
Associated revisions
#819: Changed PentaxId to PentaxDngId and some formatting tweaks.
#819: Fixed PentaxDng offsets so that they are relative to the beginning of the makernote, added support for the PentaxDng preview image.
#819: Fixed write support.
#819: Updated easy-access functions with the new PentaxDng tags.
History
Updated by Andreas Huggel over 9 years ago
- Category set to exif
Thanks for the patch, Jonathan. I just came back from a vacation and am still catching up with everything. From a quick look at the patch, this looks good, I'll spend more time as soon as possible.
In the meantime, could you please attach (or send me directly) an image with such a makernote?
Andreas
Updated by Andreas Huggel over 9 years ago
Found a sample here: http://www.imaging-resource.com/PRODS/K10D/K10DFAR3872.DNG.HTM
Updated by Jonathan Kollasch over 9 years ago
Updated by Andreas Huggel over 9 years ago
Checked-in the patch and made a small change to actually decode the makernote tags using group PentaxDng rather than Pentax (r2697).
What remains is to update preview.cpp so that the thumbnail image in the makernote is recognized again and test writing such a makernote.
Updated by Andreas Huggel over 9 years ago
- Assignee set to Andreas Huggel
- Target version set to 0.23
- % Done changed from 0 to 100
#819: Applied Pentax DNG makernote patch from Jonathan Kollasch.