mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Linked to file codec documentation
This commit is contained in:
parent
13cedb9221
commit
f2987d65c0
|
@ -157,7 +157,8 @@ Added PyEncoder
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
:py:class:`~PIL.ImageFile.PyEncoder` has been added, allowing for file encoders to be
|
:py:class:`~PIL.ImageFile.PyEncoder` has been added, allowing for file encoders to be
|
||||||
written in Python.
|
written in Python. See :ref:`Writing Your Own File Codec in Python<file-codecs-py>` for
|
||||||
|
more information.
|
||||||
|
|
||||||
Other Changes
|
Other Changes
|
||||||
=============
|
=============
|
||||||
|
|
|
@ -702,6 +702,8 @@ class PyEncoder(PyCodec):
|
||||||
"""
|
"""
|
||||||
Python implementation of a format encoder. Override this class and
|
Python implementation of a format encoder. Override this class and
|
||||||
add the decoding logic in the :meth:`encode` method.
|
add the decoding logic in the :meth:`encode` method.
|
||||||
|
|
||||||
|
See :ref:`Writing Your Own File Codec in Python<file-codecs-py>`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_pushes_fd = False
|
_pushes_fd = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user