Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Image.show docs to list all viewers used on Linux #7229

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@ def show(self, title=None):
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
On Unix, the image is then opened using the **xdg-open**, **display**, **gm**, **eog** or
**xv** utility, depending on which one can be found.
radarhere marked this conversation as resolved.
Show resolved Hide resolved

On macOS, the image is opened with the native Preview application.
Expand Down