Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 471 Bytes

File metadata and controls

20 lines (14 loc) · 471 Bytes

Image

An image depicted in a |Picture| shape can be accessed using its :attr:`~.Picture.image` property. The |Image| object provides access to detailed properties of the image itself, including the bytes of the image file itself.

|Image| objects

The |Image| object is encountered as the :attr:`~Picture.image` property of |Picture|.

.. autoclass:: pptx.parts.image.Image()
   :members:
   :exclude-members: from_blob, from_file