mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 02:16:19 +03:00
Notes on EPS reading CMYK and returning RGB
This commit is contained in:
parent
13b8c1c70b
commit
74547b5251
|
@ -34,7 +34,11 @@ EPS
|
||||||
|
|
||||||
PIL identifies EPS files containing image data, and can read files that contain
|
PIL identifies EPS files containing image data, and can read files that contain
|
||||||
embedded raster images (ImageData descriptors). If Ghostscript is available,
|
embedded raster images (ImageData descriptors). If Ghostscript is available,
|
||||||
other EPS files can be read as well. The EPS driver can also write EPS images.
|
other EPS files can be read as well. The EPS driver can also write EPS
|
||||||
|
images. The EPS driver can read EPS images in ``L``, ``LAB``, ``RGB`` and
|
||||||
|
``CMYK`` mode, but Ghostscript may convert the images to ``RGB`` mode rather
|
||||||
|
than leaving them in the original color space. The EPS driver can write images
|
||||||
|
in ``L``, ``RGB`` and ``CMYK`` modes.
|
||||||
|
|
||||||
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 parameter to affect how Ghostscript renders the EPS
|
method with the following parameter to affect how Ghostscript renders the EPS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user