mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Document deprecation
This commit is contained in:
		
							parent
							
								
									3c088db7ba
								
							
						
					
					
						commit
						186f7d943b
					
				| 
						 | 
					@ -12,6 +12,18 @@ Deprecated features
 | 
				
			||||||
Below are features which are considered deprecated. Where appropriate,
 | 
					Below are features which are considered deprecated. Where appropriate,
 | 
				
			||||||
a ``DeprecationWarning`` is issued.
 | 
					a ``DeprecationWarning`` is issued.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					PyQt4 and PySide
 | 
				
			||||||
 | 
					~~~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. deprecated:: 6.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Qt 4 reached end-of-life on 2015-12-19. Its Python bindings are also EOL: PyQt4 since
 | 
				
			||||||
 | 
					2018-08-31 and PySide since 2015-10-14.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Support for PyQt4 and PySide has been deprecated from ``ImageQt`` and will be removed in
 | 
				
			||||||
 | 
					a future version. Please upgrade to PyQt5 or PySide2.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Setting the size of TIFF images
 | 
					Setting the size of TIFF images
 | 
				
			||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
					~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,6 +7,12 @@
 | 
				
			||||||
The :py:mod:`ImageQt` module contains support for creating PyQt4, PyQt5, PySide or
 | 
					The :py:mod:`ImageQt` module contains support for creating PyQt4, PyQt5, PySide or
 | 
				
			||||||
PySide2 QImage objects from PIL images.
 | 
					PySide2 QImage objects from PIL images.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Qt 4 reached end-of-life on 2015-12-19. Its Python bindings are also EOL: PyQt4 since
 | 
				
			||||||
 | 
					2018-08-31 and PySide since 2015-10-14.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Support for PyQt4 and PySide is deprecated since Pillow 6.0.0 and will be removed in a
 | 
				
			||||||
 | 
					future version. Please upgrade to PyQt5 or PySide2.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. versionadded:: 1.1.6
 | 
					.. versionadded:: 1.1.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. py:class:: ImageQt.ImageQt(image)
 | 
					.. py:class:: ImageQt.ImageQt(image)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -32,6 +32,18 @@ API Changes
 | 
				
			||||||
Deprecations
 | 
					Deprecations
 | 
				
			||||||
^^^^^^^^^^^^
 | 
					^^^^^^^^^^^^
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					PyQt4 and PySide
 | 
				
			||||||
 | 
					~~~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Qt 4 reached end-of-life on 2015-12-19. Its Python bindings are also EOL: PyQt4 since
 | 
				
			||||||
 | 
					2018-08-31 and PySide since 2015-10-14.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Support for PyQt4 and PySide has been deprecated from ``ImageQt`` and will be removed in
 | 
				
			||||||
 | 
					a future version. Please upgrade to PyQt5 or PySide2.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					PIL.*ImagePlugin.__version__ attributes
 | 
				
			||||||
 | 
					~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
These version constants have been deprecated and will be removed in a future
 | 
					These version constants have been deprecated and will be removed in a future
 | 
				
			||||||
version.
 | 
					version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user