9dc34ad39c
* 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 * Improve coverage of `Sony(1|2)` group * Fix clang compilation on macOS * Fix github-code-scanning warnings * Fix minor `Exif.Sony(1|2)` problems * Fix tests and update `Sony(1|2)` group coverage * Fix testing * Minor fixes and regenerate Regression data * Update Sony tags with `getModel()` Make finding the Sony model more resilient by also using `SonyModelID`. * Fix `Exif.Sony(1|2).AFPointsUsed` type * Improve `Exif.Sony(1|2).*` coverage * Fix types in Sony func `getFocusMode()` * Update Regression tests for `Sony(1|2)` * Minor fixes to `Sony(1|2)` tags * Update `Sony(1|2)` tag coverage * Improve `Sony(1|2)` tag coverage * Update easyaccess with `Exif.Sony(1|2)` tags * Update `SonyModelID` array comment * Add Sony `LensSpec` tag to easyaccess * Update `Sony(1|2)` label/descriptions * Update `int` to `size_t` (credit:@kevinbackhouse) * Fix Windows build warning in `src/tags_int.hpp`