Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Panasonic lens type in RW2 and JPG #201

Merged
merged 4 commits into from Jul 28, 2017
Merged

Support Panasonic lens type in RW2 and JPG #201

merged 4 commits into from Jul 28, 2017

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    57510d5 View commit details
    Browse the repository at this point in the history
  2. Fix offset issue in Panasonic maker notes

    It appeared all ASCII values in the panasonic maker notes appeared to be
    ''. Playing around with the offsets showed that this commit fixes this
    issue for all my test files.
    jonkerj committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    d315d6e View commit details
    Browse the repository at this point in the history
  3. Merge EXIF metadata to make MakerNoteProbe work

    MakerNoteProbe uses (current) metadata, which at this point only
    contains a preliminary placeholder. At the end of the EXIF processing,
    this is merged into IFD0, which makes the data available for
    MakerNoteProbe too. This commit introduces a EXIF IFD0 merge just before
    the maker note is getting probed.
    jonkerj committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    6964e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Use metadata from embedded JPEG thumbnail

    This is not the most elegant way to do this, but by far the easiest.
    Better would be to lookup the IFD in the bytebuffer and put the
    ExifMetadataReader to work. It seems to me that this involves a lot of
    rework in the EXIF code, as it assumes all offsets to be absolute to the
    beginning of the file, which is not the case when processing embedded
    JPEGs.
    jonkerj committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    00386a9 View commit details
    Browse the repository at this point in the history