11python-exiv2 - Python interface to libexiv2
22http://github.com/jim-easterbrook/python-exiv2
3- Copyright (C) 2022-
23 Jim Easterbrook
[email protected] 3+ Copyright (C) 2022-
24 Jim Easterbrook
[email protected] 44
55This program is free software: you can redistribute it and/or
66modify it under the terms of the GNU General Public License as
@@ -17,16 +17,18 @@ along with this program. If not, see
1717<http://www.gnu.org/licenses/>.
1818
1919Changes in v0.16.0:
20- */ API change: DateValue.getDate() returns Python dict.
21- */ API change: TimeValue.getTime() returns Python dict.
22- */ Deprecated: exiv2.Date and exiv2.Time objects.
23- */ Add buffer interface to PreviewImage
24- */ Set datum value from Python object directly instead of via string.
25- */ Add enums for LogMsg.Level
26- */ Moved Position enum to BasicIo class.
27- */ Moved CharsetId enum to CommentValue class.
28- */ Moved XmpArrayType and XmpStruct enums to XmpValue class.
29- */ More exiv2 structs are iterable for easy conversion to Python dict.
20+ 1/ Binary wheels incorporate libexiv2 v0.28.1.
21+ 2/ Include native language support in Windows binary wheel builds.
22+ 3/ API change: DateValue.getDate() returns Python dict.
23+ 4/ API change: TimeValue.getTime() returns Python dict.
24+ 5/ Deprecated: exiv2.Date and exiv2.Time objects.
25+ 6/ Added buffer interface to PreviewImage
26+ 7/ Set datum value from Python object directly instead of via string.
27+ 8/ Moved Position enum to BasicIo class.
28+ 9/ Moved CharsetId enum to CommentValue class.
29+ 10/ Moved XmpArrayType and XmpStruct enums to XmpValue class.
30+ 11/ Added enums for LogMsg.Level
31+ 12/ More exiv2 structs are iterable for easy conversion to Python dict.
3032
3133Changes in v0.15.0:
3234 1/ Added __version_tuple__ for easy runtime version testing.
0 commit comments