LeoHsiao1 / pyexiv2

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
GNU General Public License v3.0
201 stars 39 forks source link

【optimization】there is img not is ims #35

Closed DanielZhui closed 3 years ago

DanielZhui commented 3 years ago

Tutorial => class Image

with pyexiv2.Image(r'.\pyexiv2\tests\1.jpg') as img:
    # img.read_exif()
    data = ims.read_exif()
LeoHsiao1 commented 3 years ago

Thank you for reminding me. I have corrected it.

github-actions[bot] commented 3 years ago

This issue has been automatically closed because there has been no activity for a month.