:orphan:

.. _MPO-PIL:

MPO-PIL MPO (CIPA DC-007)
=========================

Extensions: ``.mpo``

*This is a copy from the Pillow docs.*


Pillow identifies and reads Multi Picture Object (MPO) files, loading the primary
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
zero-indexed and random access is supported.


