mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Merge pull request #7229 from RoziePlaysPython/imageopen_docs_fix
Update Image.show docs to list all viewers used on Linux
This commit is contained in:
commit
cfcf46da13
|
@ -2451,8 +2451,8 @@ class Image:
|
|||
The image is first saved to a temporary file. By default, it will be in
|
||||
PNG format.
|
||||
|
||||
On Unix, the image is then opened using the **display**, **eog** or
|
||||
**xv** utility, depending on which one can be found.
|
||||
On Unix, the image is then opened using the **xdg-open**, **display**,
|
||||
**gm**, **eog** or **xv** utility, depending on which one can be found.
|
||||
|
||||
On macOS, the image is opened with the native Preview application.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user