Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.

Add option to prevent truncation of tags. #56

Closed
wants to merge 1 commit into from

Conversation

tomjohnz2
Copy link

IMPORTANT: Do not merge until next release of ExifRead after 2.1.2. This
relies on a new option, truncate_tags, being passed to
exifread.process_file.

Add option to prevent EXIF tag data from being truncated. Currently,
exifread was truncating EXIF tag data to 20 characters and appending an
ellipsis, ... . This ellipsis would then throw an error. To resolve
this, set the option truncate_tag=false (default true) in the ini file
to prevent this truncation and resolve the error.

IMPORTANT: Do not merge until next release of ExifRead after 2.1.2. This
relies on a new option, truncate_tags, being passed to
exifread.process_file.

Add option to prevent EXIF tag data from being truncated. Currently,
exifread was truncating EXIF tag data to 20 characters and appending an
ellipsis, ... .  This ellipsis would then throw an error. To resolve
this, set the option truncate_tag=false (default true) in the ini file
to prevent this truncation and resolve the error.
@tomjohnz2 tomjohnz2 closed this by deleting the head repository Mar 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant