mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Update src/PIL/MpoImagePlugin.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
parent
4a87e067a2
commit
85cc21b563
|
@ -100,7 +100,7 @@ class MpoImageFile(JpegImagePlugin.JpegImageFile):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def adopt(jpeg_instance, mpheader=None):
|
def adopt(jpeg_instance, mpheader=None):
|
||||||
'''
|
"""
|
||||||
Transform the instance of JpegImageFile into
|
Transform the instance of JpegImageFile into
|
||||||
instance of MpoImageFile.
|
instance of MpoImageFile.
|
||||||
After the call, the JpegImageFile is extended
|
After the call, the JpegImageFile is extended
|
||||||
|
|
Loading…
Reference in New Issue
Block a user