API Reference
=============

The main entry point to start working with RAW images is :func:`rawpy.imread`.
It returns a :class:`rawpy.RawPy` object on which all further operations have to be
performed.

.. autofunction:: rawpy.imread

.. toctree::
   :maxdepth: 2

   classes
   exceptions
   enums
   namedtuples
   modules
