Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
Hugo 2019-03-30 15:21:45 +01:00 committed by GitHub
parent d48b98a728
commit c20d30128b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,7 +486,7 @@ class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1):
- values are "fixed up" so that 1-size tuples are expanded
- custom update() to avoid iterating and expanding non parsed data
The goal is to use the lazyness of ImageFileDirectory_v1 in _getexif().
The goal is to use the laziness of ImageFileDirectory_v1 in _getexif().
"""
def to_v2(self):