Pillow/docs/reference/ImageStat.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
305 B
ReStructuredText
Raw Normal View History

2013-10-14 08:57:07 +04:00
.. py:module:: PIL.ImageStat
.. py:currentmodule:: PIL.ImageStat
:py:mod:`~PIL.ImageStat` Module
===============================
2013-10-14 08:57:07 +04:00
The :py:mod:`~PIL.ImageStat` module calculates global statistics for an image, or
2013-10-14 08:57:07 +04:00
for a region of an image.
.. autoclass:: Stat
:members:
:special-members: __init__