Piexif
Piexif copied to clipboard
piexif.load() with error: unpack requires a buffer of 2 bytes
fix method: add code into _load.py at line 108:
if len(self.tiftag[pointer: pointer+2]) != 2: return ifd_dict