From b29365e8a01e7be1ab8cca039d4a180c6e33fae2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 7 Mar 2019 15:24:27 +1100 Subject: [PATCH] Updated list of Unix utilities used to show an image [ci skip] --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index fddb994a9..0f0d49e82 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2021,7 +2021,7 @@ class Image(object): debugging purposes. On Unix platforms, this method saves the image to a temporary - PPM file, and calls either the **xv** utility or the **display** + PPM file, and calls the **display**, **eog** or **xv** utility, depending on which one can be found. On macOS, this method saves the image to a temporary PNG file, and