Python-exiv2

Latest version: v0.11.0

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 11

0.4

-------------------------------

* Exiv2 utility

* Less rigid command line argument parsing: Guess the action from the
option given and use print as the default action.

* Print Nikon makernote values for ISO Speed, Quality and WhiteBalance
in the summary.

* Exiv2 library

* Fixed ExifData::copyFromMetadata to automatically add missing
offset tags. Thanks to Joseph Heled for identifying this bug.

* Started to fix MSVC errors and warnings. Thanks to Steven R. King for
his work to get Exiv2 to compile on MSVC. The task is not yet
completed but the library should compile without too many warnings.

* Added three different Nikon makernote formats.

* IfdMakerNote: Replaced too simple prefix with a more general concept
of a makernote header.

* Added the makernote buffer to the arguments passed to the makernote
create function. This allows the makernote create function to
determine the exact makernote needed based on its content. The new
concept is used to automatically determine which of the three Nikon
makernotes to create.

* Fixed MakerNoteFactory::match() to prefer an exact match over a
wildcard match with the same number of matching characters (Key
"Nikon" now prefers registry entry "Nikon" over "Nikon*"), simplified
the return value of match() to an integer score value.

* Sigma makernote: Added "FOVEON" and "*" to registry.

* Added len argument and boundary checks to various read functions,
in particular, the IFD read method.

* Improved handling of corrupt IFDs: Truncate field if offset points
outside of the available buffer.

* Slightly improved error handling: strError() is now a static member
of ExifData.

* Added exifcomment example program.

* Fixed an embarrassing bug in ExifData::updateEntries, which caused
write after erasing metadata to write back the original metadata.

* Fixed TypeInfoTable to return invalid if typeId is too large.

* Makefile: (un)install targets now only (un)install exiv2.

* Code cleanup, documentation updates and miscellaneous bug fixes.


python-exiv2 - Python interface to libexiv2
http://github.com/jim-easterbrook/python-exiv2
Copyright (C) 2022 Jim Easterbrook jimjim-easterbrook.me.uk

This program is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see
<http://www.gnu.org/licenses/>.

0.4.0

1/ "Easy Access" functions have been added to the interface.
2/ Some unlikely to be used classes and functions have been removed from the
interface.
3/ MinGW installation is now more likely to work.

0.3.1

1/ Windows: file names can include non-ascii characters.
2/ Linux: improved linking of libexiv2.so when it's included in Python
package.
3/ Include SWIG generated code for more versions of libexiv2.

0.3.0

1/ Most enums are now in Python objects instead of exiv2 toplevel.
2/ Some exiv2 library calls now allow Python threads to run while they are
running.

0.2.3

1/ Python "wheels" are now available for Linux Python 3.6 to 3.10

0.2.2

1/ Python "wheels" are now available for Windows Python 3.5 to 3.9

Page 10 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.