mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
Merge pull request #1886 from radarhere/imageshow
Corrected Image show documentation
This commit is contained in:
commit
9c760d3169
|
@ -1718,7 +1718,11 @@ class Image(object):
|
|||
debugging purposes.
|
||||
|
||||
On Unix platforms, this method saves the image to a temporary
|
||||
PPM file, and calls the **xv** utility.
|
||||
PPM file, and calls either the **xv** utility or the **display**
|
||||
utility, depending on which one can be found.
|
||||
|
||||
On OS X, this method saves the image to a temporary BMP file, and opens
|
||||
it with the native Preview application.
|
||||
|
||||
On Windows, it saves the image to a temporary BMP file, and uses
|
||||
the standard BMP display utility to show it (usually Paint).
|
||||
|
|
Loading…
Reference in New Issue
Block a user