mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Removed duplicate documentation and formatted heading [ci skip]
This commit is contained in:
parent
e6541cb3d6
commit
4cbe4d71ba
|
@ -700,6 +700,7 @@ MCIDAS
|
||||||
PIL identifies and reads 8-bit McIdas area files.
|
PIL identifies and reads 8-bit McIdas area files.
|
||||||
|
|
||||||
MIC (read only)
|
MIC (read only)
|
||||||
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
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
|
||||||
|
@ -713,12 +714,6 @@ image when first opened. The :py:meth:`~file.seek` and :py:meth:`~file.tell`
|
||||||
methods may be used to read other pictures from the file. The pictures are
|
methods may be used to read other pictures from the file. The pictures are
|
||||||
zero-indexed and random access is supported.
|
zero-indexed and random access is supported.
|
||||||
|
|
||||||
MIC (read only)
|
|
||||||
|
|
||||||
Pillow 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
|
|
||||||
:py:meth:`~file.tell` to read other sprites from the file.
|
|
||||||
|
|
||||||
PCD
|
PCD
|
||||||
^^^
|
^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user