XMP feature added

This commit is contained in:
UrielMaD 2020-12-27 22:28:03 -06:00
parent 7968279c13
commit 19bac31804

View File

@ -1327,7 +1327,7 @@ class Image:
if self._xmp is None:
self._xmp = {}
for segment, content in self.applist:
if segment == "APP1":
marker, xmp_tags = content.rsplit(b"\x00", 1)