From 2edab165a14eb2b0055aeeca75a0ee5229c32090 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 6 Mar 2019 15:57:58 +0200 Subject: [PATCH] Since #2527, macOS saves to a temp PNG before showing --- 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 4e1cff312..fddb994a9 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2024,7 +2024,7 @@ class Image(object): PPM file, and calls either the **xv** utility or the **display** utility, depending on which one can be found. - On macOS, this method saves the image to a temporary BMP file, and + On macOS, this method saves the image to a temporary PNG file, and opens it with the native Preview application. On Windows, it saves the image to a temporary BMP file, and uses