We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73fc730 + b0b0798 commit cfcf46dCopy full SHA for cfcf46d
src/PIL/Image.py
@@ -2451,8 +2451,8 @@ def show(self, title=None):
2451
The image is first saved to a temporary file. By default, it will be in
2452
PNG format.
2453
2454
- On Unix, the image is then opened using the **display**, **eog** or
2455
- **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.
2456
2457
On macOS, the image is opened with the native Preview application.
2458
0 commit comments