psd\_tools\.api
===============

.. automodule:: psd_tools.api

This module provides the high-level API for working with PSD files. It wraps
the low-level :py:mod:`psd_tools.psd` structures with convenient Pythonic
interfaces.

PSDImage
--------

.. autoclass:: psd_tools.api.psd_image.PSDImage
    :members:
    :inherited-members:

For detailed layer types documentation, see :doc:`psd_tools.api.layers`.
