mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Pulled ImageMorph into its own page
This commit is contained in:
parent
4b40839970
commit
7dfec434fa
|
@ -72,13 +72,6 @@ can be found here.
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
:mod:`ImageMorph` Module
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
.. automodule:: PIL.ImageMorph
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
:mod:`ImageShow` Module
|
:mod:`ImageShow` Module
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
13
docs/reference/ImageMorph.rst
Normal file
13
docs/reference/ImageMorph.rst
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
.. py:module:: PIL.ImageMorph
|
||||||
|
.. py:currentmodule:: PIL.ImageMorph
|
||||||
|
|
||||||
|
:py:mod:`ImageMorph` Module
|
||||||
|
===========================
|
||||||
|
|
||||||
|
The :py:mod:`ImageMorph` module provides morphology operations on images.
|
||||||
|
|
||||||
|
.. automodule:: PIL.ImageMorph
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
||||||
|
:show-inheritance:
|
||||||
|
:noindex:
|
|
@ -16,6 +16,7 @@ Reference
|
||||||
ImageFont
|
ImageFont
|
||||||
ImageGrab
|
ImageGrab
|
||||||
ImageMath
|
ImageMath
|
||||||
|
ImageMorph
|
||||||
ImageOps
|
ImageOps
|
||||||
ImagePalette
|
ImagePalette
|
||||||
ImagePath
|
ImagePath
|
||||||
|
|
Loading…
Reference in New Issue
Block a user