TNThieding / exif

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

Allow usage with asyncio #33

Closed chbndrhnns closed 4 years ago

chbndrhnns commented 4 years ago

I created https://github.com/TNThieding/exif/pull/32 so that the raw file content can also be passed into the constructor of Image

TNThieding commented 4 years ago

I incorporated the logic you contributed to version 0.11.1 of the package. Please don't hesitate to reach out if you need further refinement with this issue. I'll be taking a look at your other issue report shortly. Thank you!