Shortened property description

This commit is contained in:
Andrew Murray 2023-09-13 08:03:23 +10:00
parent 3ee8009561
commit ffe2076fd6

View File

@ -89,10 +89,9 @@ Loading
~~~~~~~ ~~~~~~~
To use Ghostscript, Pillow searches for the "gs" executable. On Windows, it To use Ghostscript, Pillow searches for the "gs" executable. On Windows, it
also searches for "gswin32c" and "gswin64c". If you would like to customise also searches for "gswin32c" and "gswin64c". To customise this behaviour,
this behaviour, ``EpsImagePlugin.gs_binary = "gswin64"`` will set the name of ``EpsImagePlugin.gs_binary = "gswin64"`` will set the name of the executable to
the executable to use. ``EpsImagePlugin.gs_binary = False`` will prevent use. ``EpsImagePlugin.gs_binary = False`` will prevent Ghostscript use.
Ghostscript from being used altogether.
If Ghostscript is available, you can call the :py:meth:`~PIL.Image.Image.load` 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. method with the following parameters to affect how Ghostscript renders the EPS.