Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added IPTC parsing by pyExiv2 module #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 8, 2024

  1. Added IPTC parsing by pyExiv2 module

    For photographers who taging theis collections using IPTC metadata. 
    It is much flexible than EXIF because IPTC supports more descriptive text fields (EXIF have only one - "comment"  field).
    In this release IPTC "title" field have a little priority over EXIF "comment: field. Part of this logic implemented inside exifread code block.
    Added module pyExiv2 linkage with several checks.  If user have no pyexiv2 installed, nothing happens.
    I leave several huge comments inside code. 
    This is my first python release, so excuse me please for unclean code.
    yozkiyokly committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6563958 View commit details
    Browse the repository at this point in the history