Matiz7

Results 2 issues of Matiz7

是这样 ? node app.js

>>> with open(photo_path, 'rb') as image_file: ... my_image = Image(image_file) ... dir(my_image) ... Traceback (most recent call last): File "", line 2, in File "F:\Python37\lib\site-packages\exif\_image.py", line 53, in __init__ self._parse_segments(img_hex)...