ianare / exif-py

Easy to use Python module to extract Exif metadata from digital image files.
BSD 3-Clause "New" or "Revised" License
831 stars 191 forks source link

Any Documentation for exifread? #156

Open zhengwei-coding opened 2 years ago

zhengwei-coding commented 2 years ago

Hi, first of all, thanks for this exif module. I would like to use it in my private project.

I am wondering if there is any document available besides the examples posted in the project home page? I would like get some quick guide for the usages. For example, i have to dir(exifread) to get to know that it supports xmp extraction by _get_xmp. And I don't have any idea what other attributes that class ifdtags have that I can (and how) access except .values.

I would be grateful if anyone can give me a guide. I am new to the community. Apologies if any stupid questions asked.

btw, i could use exiftool wrappers for the project but i am not that comfortable with its binary dependencies though it is indeed a powerful exif tool (not so well performance-wise though). Pls let me know if you have any other exif tool to recommend. Many thanks.

Cheers! Joey