mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-01 18:33:05 +03:00
Since #2527, macOS saves to a temp PNG before showing
This commit is contained in:
parent
8194677516
commit
2edab165a1
|
@ -2024,7 +2024,7 @@ class Image(object):
|
||||||
PPM file, and calls either the **xv** utility or the **display**
|
PPM file, and calls either the **xv** utility or the **display**
|
||||||
utility, depending on which one can be found.
|
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.
|
opens it with the native Preview application.
|
||||||
|
|
||||||
On Windows, it saves the image to a temporary BMP file, and uses
|
On Windows, it saves the image to a temporary BMP file, and uses
|
||||||
|
|
Loading…
Reference in New Issue
Block a user