mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46: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:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`ImageMorph` Module
|
||||
------------------------
|
||||
|
||||
.. automodule:: PIL.ImageMorph
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
: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
|
||||
ImageGrab
|
||||
ImageMath
|
||||
ImageMorph
|
||||
ImageOps
|
||||
ImagePalette
|
||||
ImagePath
|
||||
|
|
Loading…
Reference in New Issue
Block a user