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
475b4172a9
commit
56dca018aa
|
@ -479,7 +479,7 @@ def _fixup(value):
|
||||||
|
|
||||||
|
|
||||||
class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1):
|
class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1):
|
||||||
'''
|
"""
|
||||||
Specialization for parsing EXIF data:
|
Specialization for parsing EXIF data:
|
||||||
- Remove support for v2 to avoid useless computations
|
- Remove support for v2 to avoid useless computations
|
||||||
- custom __setitem__ to supports IFD values
|
- custom __setitem__ to supports IFD values
|
||||||
|
|
Loading…
Reference in New Issue
Block a user