Piexif icon indicating copy to clipboard operation
Piexif copied to clipboard

piexif.load() with error: unpack requires a buffer of 2 bytes

Open wuxiangchao opened this issue 3 years ago • 1 comments

fix method: add code into _load.py at line 108: if len(self.tiftag[pointer: pointer+2]) != 2: return ifd_dict

wuxiangchao avatar Jan 21 '22 03:01 wuxiangchao