mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 13:43:28 +03:00
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
7a660d548d
commit
1ac943991a
|
@ -70,7 +70,7 @@ image enhancement filters:
|
||||||
.. class:: Filter
|
.. class:: Filter
|
||||||
|
|
||||||
An abstract mixin used for filtering images
|
An abstract mixin used for filtering images
|
||||||
(for use with :py:meth:`~PIL.Image.Image.filter`)
|
(for use with :py:meth:`~PIL.Image.Image.filter`).
|
||||||
|
|
||||||
Implementors must provide the following method:
|
Implementors must provide the following method:
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ image enhancement filters:
|
||||||
.. class:: MultibandFilter
|
.. class:: MultibandFilter
|
||||||
|
|
||||||
An abstract mixin used for filtering multi-band images
|
An abstract mixin used for filtering multi-band images
|
||||||
(for use with :py:meth:`~PIL.Image.Image.filter`)
|
(for use with :py:meth:`~PIL.Image.Image.filter`).
|
||||||
|
|
||||||
Implementors must provide the following method:
|
Implementors must provide the following method:
|
||||||
|
|
||||||
|
|
|
@ -64,4 +64,4 @@ metadata tag numbers, names, and type information.
|
||||||
.. py:data:: PIL.TiffTags.LIBTIFF_CORE
|
.. py:data:: PIL.TiffTags.LIBTIFF_CORE
|
||||||
:type: list
|
:type: list
|
||||||
|
|
||||||
A list of supported tag ids when writing using libtiff.
|
A list of supported tag IDs when writing using LibTIFF.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user