hMatoba / Piexif

Exif manipulation with pure python script.
MIT License
367 stars 81 forks source link

How can I get the thumbnail to dataUrl? #59

Closed PapyElGringo closed 6 years ago

PapyElGringo commented 6 years ago

Hello ! I have trouble to get the thumbnail to a usable format in javascript. When I load my image the thumbnail is in binary format and I failed to make it to base64.

Any tips?