mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +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::
|
||||
|
||||
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
|
||||
:command:`xv` utility to display the image. If you don’t have :command:`xv`
|
||||
installed, it won’t even work. When it does work though, it is very handy
|
||||
for debugging and tests.
|
||||
efficient, since it saves the image to a temporary file and calls a utility
|
||||
to display the image. If you don’t have an appropriate utility installed,
|
||||
it won’t even work. When it does work though, it is very handy for
|
||||
debugging and tests.
|
||||
|
||||
The following sections provide an overview of the different functions provided in this library.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user