mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update Image.show docs to list all viewers used on linux
[ci skip] Accurate description of how default viewer is chosen
This commit is contained in:
parent
73fc73038a
commit
43a12542ad
|
@ -2451,7 +2451,7 @@ class Image:
|
||||||
The image is first saved to a temporary file. By default, it will be in
|
The image is first saved to a temporary file. By default, it will be in
|
||||||
PNG format.
|
PNG format.
|
||||||
|
|
||||||
On Unix, the image is then opened using the **display**, **eog** or
|
On Unix, the image is then opened using the **xdg-open**, **display**, **gm**, **eog** or
|
||||||
**xv** utility, depending on which one can be found.
|
**xv** utility, depending on which one can be found.
|
||||||
|
|
||||||
On macOS, the image is opened with the native Preview application.
|
On macOS, the image is opened with the native Preview application.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user