From ffe2076fd67260f722cbbe9731bc00e3ff28616c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 13 Sep 2023 08:03:23 +1000 Subject: [PATCH] Shortened property description --- docs/handbook/image-file-formats.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 7f4eb3a71..f13475a89 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -89,10 +89,9 @@ Loading ~~~~~~~ To use Ghostscript, Pillow searches for the "gs" executable. On Windows, it -also searches for "gswin32c" and "gswin64c". If you would like to customise -this behaviour, ``EpsImagePlugin.gs_binary = "gswin64"`` will set the name of -the executable to use. ``EpsImagePlugin.gs_binary = False`` will prevent -Ghostscript from being used altogether. +also searches for "gswin32c" and "gswin64c". To customise this behaviour, +``EpsImagePlugin.gs_binary = "gswin64"`` will set the name of the executable to +use. ``EpsImagePlugin.gs_binary = False`` will prevent Ghostscript use. If Ghostscript is available, you can call the :py:meth:`~PIL.Image.Image.load` method with the following parameters to affect how Ghostscript renders the EPS.