Skip to content
Snippets Groups Projects
Commit b25e519b authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[doc] Use PIL instead of pillow to reference Image

parent 5f7786fe
No related branches found
No related tags found
1 merge request!45Switch to the new package structure using citools
Pipeline #66626 passed
...@@ -57,7 +57,7 @@ def bob_to_pillow(img): ...@@ -57,7 +57,7 @@ def bob_to_pillow(img):
Returns Returns
------- -------
pillow.Image.Image PIL.Image.Image
An Image object of pillow. An Image object of pillow.
""" """
# first convert to matplotlib format # first convert to matplotlib format
...@@ -78,7 +78,7 @@ def pillow_to_bob(img): ...@@ -78,7 +78,7 @@ def pillow_to_bob(img):
Parameters Parameters
---------- ----------
img: pillow.Image.Image img: PIL.Image.Image
A Pillow Image A Pillow Image
Returns Returns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment