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

After deleting Exif.Nikon3.ISOSpeed, Exif.NikonSi02xx.ISO instead of Exif.NikonSiD300a.ISO is shown #2357

Open
norbertwg opened this issue Sep 15, 2022 · 0 comments
Labels

Comments

@norbertwg
Copy link
Contributor

To Reproduce

$ exiv2 -PEkysvt NikonD300.jpg | find "ISO"
Exif.Nikon3.ISOSpeed Short 4 1 6400 6400
Exif.Nikon3.ISOSettings Short 4 1 6400 6400
Exif.NikonIi.ISO Byte 1 132 6400
Exif.NikonIi.ISOExpansion Short 2 260 Hi 1.0
Exif.NikonIi.ISO2 Byte 1 132 6400
Exif.NikonIi.ISOExpansion2 Short 2 260 Hi 1.0
Exif.NikonSiD300a.ISO Byte 1 132 6400
Exif.Nikon3.HighISONoiseReduction Short 2 1 Minimal

$ exiv2 -M"del Exif.Nikon3.ISOSpeed" NikonD300.jpg

$ exiv2 -PEkysvt NikonD300.jpg | find "ISO"
Exif.Nikon3.ISOSettings Short 4 1 6400 6400
Exif.NikonIi.ISO Byte 1 132 6400
Exif.NikonIi.ISOExpansion Short 2 260 Hi 1.0
Exif.NikonIi.ISO2 Byte 1 132 6400
Exif.NikonIi.ISOExpansion2 Short 2 260 Hi 1.0
Exif.NikonSi02xx.ISO Byte 1 78 283
Exif.Nikon3.HighISONoiseReduction Short 2 1 Minimal

Branch main d2253c9

Desktop (please complete the following information):

  • OS and version: Windows 11
  • Exiv2 version and source: exiv2 1.0.0.9
  • Compiler and version: MSVC 2022
  • Compilation mode and/or compiler flags: Debug

Additional context

Version 0.27.4 behaves in the same way.
NikonD300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant