mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
13 lines
305 B
ReStructuredText
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__
|