mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 07:57:27 +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 | ||||
| written in Python. | ||||
| written in Python. See :ref:`Writing Your Own File Codec in Python<file-codecs-py>` for | ||||
| more information. | ||||
| 
 | ||||
| Other Changes | ||||
| ============= | ||||
|  |  | |||
|  | @ -702,6 +702,8 @@ class PyEncoder(PyCodec): | |||
|     """ | ||||
|     Python implementation of a format encoder. Override this class and | ||||
|     add the decoding logic in the :meth:`encode` method. | ||||
| 
 | ||||
|     See :ref:`Writing Your Own File Codec in Python<file-codecs-py>` | ||||
|     """ | ||||
| 
 | ||||
|     _pushes_fd = False | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user