File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,18 @@ instances, so it will only be used by ``im.show()`` or :py:func:`.ImageShow.show
65
65
if none of the other viewers are available. This means that the behaviour of
66
66
:py:class: `PIL.ImageShow ` will stay the same for most Pillow users.
67
67
68
+ ImageShow.GmDisplayViewer
69
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
70
+
71
+ If GraphicsMagick is present, this new :py:class: `PIL.ImageShow.Viewer ` subclass will
72
+ be registered. It uses GraphicsMagick _, an ImageMagick _ fork, to display images.
73
+
74
+ The GraphicsMagick based viewer has a lower priority than its ImageMagick
75
+ counterpart. Thus, if both ImageMagick and GraphicsMagick are installed,
76
+ ``im.show() `` and :py:func: `.ImageShow.show() ` prefer the viewer based on
77
+ ImageMagick, i.e the behaviour stays the same for Pillow users having
78
+ ImageMagick installed.
79
+
68
80
Saving TIFF with ICC profile
69
81
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
70
82
86
98
87
99
Support has been added for PyQt6. If it is installed, it will be used instead of
88
100
PySide6, PyQt5 or PySide2.
101
+
102
+ GraphicsMagick
103
+ ^^^^^^^^^^^^^^
104
+
105
+ The test suite can now be run on systems which have GraphicsMagick _ but not
106
+ ImageMagick _ installed. If both are installed, the tests prefer ImageMagick.
107
+
108
+ .. _GraphicsMagick : http://www.graphicsmagick.org/
109
+ .. _ImageMagick : https://imagemagick.org/
You can’t perform that action at this time.
0 commit comments