mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
Moved PIXAR and XV Thumbnails into the read-only section [ci skip]
This commit is contained in:
parent
44c8a85386
commit
46b11f1beb
|
@ -598,11 +598,6 @@ XBM
|
||||||
|
|
||||||
PIL reads and writes X bitmap files (mode ``1``).
|
PIL reads and writes X bitmap files (mode ``1``).
|
||||||
|
|
||||||
XV Thumbnails
|
|
||||||
^^^^^^^^^^^^^
|
|
||||||
|
|
||||||
PIL can read XV thumbnail files.
|
|
||||||
|
|
||||||
Read-only formats
|
Read-only formats
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
@ -699,8 +694,8 @@ MCIDAS
|
||||||
|
|
||||||
PIL identifies and reads 8-bit McIdas area files.
|
PIL identifies and reads 8-bit McIdas area files.
|
||||||
|
|
||||||
MIC (read only)
|
MIC
|
||||||
^^^^^^^^^^^^^^^
|
^^^
|
||||||
|
|
||||||
PIL identifies and reads Microsoft Image Composer (MIC) files. When opened, the
|
PIL identifies and reads Microsoft Image Composer (MIC) files. When opened, the
|
||||||
first sprite in the file is loaded. You can use :py:meth:`~file.seek` and
|
first sprite in the file is loaded. You can use :py:meth:`~file.seek` and
|
||||||
|
@ -723,6 +718,14 @@ read the lower resolution versions instead, thus effectively resizing the image
|
||||||
to 384x256 or 192x128. Higher resolutions cannot be read by the Python Imaging
|
to 384x256 or 192x128. Higher resolutions cannot be read by the Python Imaging
|
||||||
Library.
|
Library.
|
||||||
|
|
||||||
|
PIXAR
|
||||||
|
^^^^^
|
||||||
|
|
||||||
|
PIL provides limited support for PIXAR raster files. The library can identify
|
||||||
|
and read “dumped” RGB files.
|
||||||
|
|
||||||
|
The format code is ``PIXAR``.
|
||||||
|
|
||||||
PSD
|
PSD
|
||||||
^^^
|
^^^
|
||||||
|
|
||||||
|
@ -786,13 +789,10 @@ by default, only the first image will be saved. To save all frames, each frame
|
||||||
to a separate page of the PDF, the ``save_all`` parameter must be present and
|
to a separate page of the PDF, the ``save_all`` parameter must be present and
|
||||||
set to ``True``.
|
set to ``True``.
|
||||||
|
|
||||||
PIXAR (read only)
|
XV Thumbnails
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
PIL provides limited support for PIXAR raster files. The library can identify
|
PIL can read XV thumbnail files.
|
||||||
and read “dumped” RGB files.
|
|
||||||
|
|
||||||
The format code is ``PIXAR``.
|
|
||||||
|
|
||||||
Identify-only formats
|
Identify-only formats
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user