mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 18:23:24 +03:00
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
59b7a48570
commit
f328383763
|
@ -650,14 +650,14 @@ class Image:
|
||||||
def _repr_png_(self):
|
def _repr_png_(self):
|
||||||
"""iPython display hook support for PNG format.
|
"""iPython display hook support for PNG format.
|
||||||
|
|
||||||
:returns: png version of the image as bytes
|
:returns: PNG version of the image as bytes
|
||||||
"""
|
"""
|
||||||
return self._repr_image("PNG")
|
return self._repr_image("PNG")
|
||||||
|
|
||||||
def _repr_jpeg_(self):
|
def _repr_jpeg_(self):
|
||||||
"""iPython display hook support for JPEG format.
|
"""iPython display hook support for JPEG format.
|
||||||
|
|
||||||
:returns: jpeg version of the image as bytes
|
:returns: JPEG version of the image as bytes
|
||||||
"""
|
"""
|
||||||
return self._repr_image("JPEG")
|
return self._repr_image("JPEG")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user