TNThieding / exif

Read and modify image EXIF metadata using Python.
https://gitlab.com/TNThieding/exif
MIT License
52 stars 7 forks source link

Extract thumbnail from the exif metadata #28

Closed moneer88 closed 4 years ago

moneer88 commented 4 years ago

Hi,

I would like to ask you if there is any tag for thumbnail in EXIF data.

Regards

TNThieding commented 4 years ago

Thank you for the feature idea. I just added a thumbnail extraction function in v0.9.0 of the package, which was released moments ago. You can now use get_thumbnail() to extract the bytes of a thumbnail image analogous to the package's get_file() function. Feel free to open another issue if you run into any trouble. Thanks!