mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 06:34:48 +03:00
Update src/PIL/JpegImagePlugin.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
parent
56dca018aa
commit
d48b98a728
|
@ -487,7 +487,7 @@ class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1):
|
||||||
- custom update() to avoid iterating and expanding non parsed data
|
- 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 lazyness of ImageFileDirectory_v1 in _getexif().
|
||||||
'''
|
"""
|
||||||
|
|
||||||
def to_v2(self):
|
def to_v2(self):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user