Pillow/docs/reference/ImageStat.rst
Hugo van Kemenade 348589a367
Docs: use sentence case for headers (#8914)
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2025-04-21 19:03:31 +10:00

13 lines
305 B
ReStructuredText

.. py:module:: PIL.ImageStat
.. py:currentmodule:: PIL.ImageStat
:py:mod:`~PIL.ImageStat` module
===============================
The :py:mod:`~PIL.ImageStat` module calculates global statistics for an image, or
for a region of an image.
.. autoclass:: Stat
:members:
:special-members: __init__