mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Changed note to be more generic [ci skip]
This commit is contained in:
parent
851595d3f7
commit
6072e2e595
|
@ -41,10 +41,10 @@ example, let’s display the image we just loaded::
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The standard version of :py:meth:`~PIL.Image.Image.show` is not very
|
The standard version of :py:meth:`~PIL.Image.Image.show` is not very
|
||||||
efficient, since it saves the image to a temporary file and calls the
|
efficient, since it saves the image to a temporary file and calls a utility
|
||||||
:command:`xv` utility to display the image. If you don’t have :command:`xv`
|
to display the image. If you don’t have an appropriate utility installed,
|
||||||
installed, it won’t even work. When it does work though, it is very handy
|
it won’t even work. When it does work though, it is very handy for
|
||||||
for debugging and tests.
|
debugging and tests.
|
||||||
|
|
||||||
The following sections provide an overview of the different functions provided in this library.
|
The following sections provide an overview of the different functions provided in this library.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user