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

Update Sony(1|2) tags #2323

Merged
merged 22 commits into from
Sep 27, 2022
Merged

Commits on Sep 24, 2022

  1. Update Sony(1|2) group (minor Minolta changes)

    Transcribe all tags (except for `LensID`) from main ExifTool Sony
    group into Exiv2.
    Changes include:
    - Rename `ColorReproduction` -> `CreativeStyle` and
      `LongExposureNoiseReduction` -> `FocusMode3` to reflect use.
    - Rename `0x*` tagnames to equivalent ExifTool tags (e.g.,
      `0x2006` -> `Sharpness`).
    - Remove tag entries that are Groups (e.g., `ShotInfo`).
    - Separate some common Sony/Minolta data as the camera types use
      different values (e.g., `Quality`)
    - Additional `exiv2-Sony*.exv` test files come from ExifTool Sony
      samples (https://exiftool.org/Sony.tar.gz).
    
    ExifTool Sony tags sources:
    https://www.exiftool.org/TagNames/Sony.html
    https://github.com/exiftool/exiftool/blob/1e17485cbb372a502e5b9d052d01303db735e6fa/lib/Image/ExifTool/Sony.pm
    postscript-dev committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    375ed7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee380c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1981df2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d3c5f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f5e60e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb70737 View commit details
    Browse the repository at this point in the history
  7. Fix testing

    postscript-dev committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    271d522 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2809a4e View commit details
    Browse the repository at this point in the history
  9. Update Sony tags with getModel()

    Make finding the Sony model more resilient by also using
    `SonyModelID`.
    postscript-dev committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    661966b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7bb045c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    186b3f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bb06cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63fb087 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    830b505 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ab8a37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    469fd39 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f2b8ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9eed62d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f31e820 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7456113 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f00116 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7919327 View commit details
    Browse the repository at this point in the history