mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +03:00
Update src/PIL/MpoImagePlugin.py
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
parent
85cc21b563
commit
d0172a08dd
|
@ -109,7 +109,7 @@ class MpoImageFile(JpegImagePlugin.JpegImageFile):
|
||||||
This is essentially useful when opening a JPEG
|
This is essentially useful when opening a JPEG
|
||||||
file that reveals itself as an MPO, to avoid
|
file that reveals itself as an MPO, to avoid
|
||||||
double call to _open.
|
double call to _open.
|
||||||
'''
|
"""
|
||||||
jpeg_instance.__class__ = MpoImageFile
|
jpeg_instance.__class__ = MpoImageFile
|
||||||
jpeg_instance._after_jpeg_open(mpheader)
|
jpeg_instance._after_jpeg_open(mpheader)
|
||||||
return jpeg_instance
|
return jpeg_instance
|
||||||
|
|
Loading…
Reference in New Issue
Block a user