mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	Updated documentation
This commit is contained in:
		
							parent
							
								
									66319fcce7
								
							
						
					
					
						commit
						45552b5b4f
					
				|  | @ -126,6 +126,16 @@ JpegImageFile.huffman_ac and JpegImageFile.huffman_dc | ||||||
| The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They | The ``huffman_ac`` and ``huffman_dc`` dictionaries on JPEG images were unused. They | ||||||
| have been deprecated, and will be removed in Pillow 12 (2025-10-15). | have been deprecated, and will be removed in Pillow 12 (2025-10-15). | ||||||
| 
 | 
 | ||||||
|  | Specific WebP Feature Checks | ||||||
|  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||||
|  | 
 | ||||||
|  | .. deprecated:: 11.0.0 | ||||||
|  | 
 | ||||||
|  | ``features.check("transp_webp")``, ``features.check("webp_mux")`` and | ||||||
|  | ``features.check("webp_anim")`` are now deprecated. They will always return | ||||||
|  | ``True`` if the WebP module is installed, until they are removed in Pillow | ||||||
|  | 12.0.0 (2025-10-15). | ||||||
|  | 
 | ||||||
| Removed features | Removed features | ||||||
| ---------------- | ---------------- | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -61,10 +61,10 @@ have been deprecated, and will be removed in Pillow 12 (2025-10-15). | ||||||
| Specific WebP Feature Checks | Specific WebP Feature Checks | ||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||||
| 
 | 
 | ||||||
| The following features ``features.check("transp_webp")``, | ``features.check("transp_webp")``, ``features.check("webp_mux")`` and | ||||||
| ``features.check("webp_mux")``, and ``features.check("webp_anim")`` are now | ``features.check("webp_anim")`` are now deprecated. They will always return | ||||||
| always ``True`` if the WebP module is installed and should not be used. | ``True`` if the WebP module is installed, until they are removed in Pillow | ||||||
| These checks will be removed in Pillow 12.0.0 (2025-10-15). | 12.0.0 (2025-10-15). | ||||||
| 
 | 
 | ||||||
| API Changes | API Changes | ||||||
| =========== | =========== | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user