mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Link to demonstrations of PyDecoder and PyEncoder
This commit is contained in:
parent
d05281fe69
commit
0cd550719a
|
@ -447,3 +447,9 @@ Python-based file codec:
|
||||||
If you set ``_pulls_fd`` or ``_pushes_fd`` to ``True`` however, then you
|
If you set ``_pulls_fd`` or ``_pushes_fd`` to ``True`` however, then you
|
||||||
probably chose to perform any cleanup tasks at the end of ``decode`` or
|
probably chose to perform any cleanup tasks at the end of ``decode`` or
|
||||||
``encode``.
|
``encode``.
|
||||||
|
|
||||||
|
For an example :py:class:`PIL.ImageFile.PyDecoder`, see `DdsImagePlugin
|
||||||
|
<https://github.com/python-pillow/Pillow/blob/main/docs/example/DdsImagePlugin.py>`_.
|
||||||
|
For a plugin that uses both :py:class:`PIL.ImageFile.PyDecoder` and
|
||||||
|
:py:class:`PIL.ImageFile.PyEncoder`, see `BlpImagePlugin
|
||||||
|
<https://github.com/python-pillow/Pillow/blob/main/src/PIL/BlpImagePlugin.py>`_
|
||||||
|
|
Loading…
Reference in New Issue
Block a user