Skip to content

Commit

Permalink
Mention GraphicsMagick support release notes 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latosha-maltba committed Mar 22, 2021
1 parent 5279443 commit 349b0fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/releasenotes/8.2.0.rst
Expand Up @@ -86,3 +86,15 @@ PyQt6

Support has been added for PyQt6. If it is installed, it will be used instead of
PySide6, PyQt5 or PySide2.

GraphicsMagick
^^^^^^^^^^^^^^

Support has been added for GraphicsMagick_ as an alternative to ImageMagick_. This
includes GraphicsMagick as a viewer (cf.
:py:class:`PIL.ImageShow.GmDisplayViewer <PIL.ImageShow.UnixViewer.GmDisplayViewer>`)
and the capability to run the test suite with GraphicsMagick instead of ImageMagick.
If both are installed, the test suite prefers ImageMagick over GraphicsMagick.

.. _GraphicsMagick: http://www.graphicsmagick.org/
.. _ImageMagick: https://imagemagick.org/

0 comments on commit 349b0fb

Please sign in to comment.