We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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
Version 0.27.4 behaves in the same way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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):
Additional context
Version 0.27.4 behaves in the same way.

The text was updated successfully, but these errors were encountered: