ianare / exif-py

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

Add support for reading ITPC keys #115

Open harshithdwivedi opened 4 years ago

harshithdwivedi commented 4 years ago

Certain programs will write data to an image's ITPC tag instead of writing it to Exif directly. I think it would be great to have the option of reading and writing ITPC keys from exif-py.

py3exiv2 has support for doing this already: https://python3-exiv2.readthedocs.io/en/latest/tutorial.html#reading-and-writing-iptc-tags