mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-13 01:23:18 +03:00
commit
4aa582a155
|
@ -441,7 +441,7 @@ More on reading images
|
||||||
|
|
||||||
As described earlier, the :py:func:`~PIL.Image.open` function of the
|
As described earlier, the :py:func:`~PIL.Image.open` function of the
|
||||||
:py:mod:`~PIL.Image` module is used to open an image file. In most cases, you
|
:py:mod:`~PIL.Image` module is used to open an image file. In most cases, you
|
||||||
simply pass it the filename as an argument. ``Image.open()`` can be used a
|
simply pass it the filename as an argument. ``Image.open()`` can be used as a
|
||||||
context manager::
|
context manager::
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
Loading…
Reference in New Issue
Block a user